00001 using System; 00002 using System.Collections.Generic; 00003 using System.Linq; 00004 using System.Text; 00005 00006 namespace NicoLiveTools { 00010 interface IAlert { 00011 bool Connect(); 00012 void Disconnect(); 00013 } 00014 }