using System; public interface IConnectButton { void StartIcon(); void StopIcon(); }