예제 #1
0
        public void ReconnectServer(RomoteType type)
        {
            IRemote remote = Get(type);

            if (null != remote)
            {
                remote.Reconnect();
            }
        }