Beispiel #1
0
        public static void Connect(string user, string pwd, string remote, string local)
        {
            Disconnect();

            User   = user;
            Pwd    = pwd;
            Remote = remote;
            Local  = local;

            Dc = Datacenter.Create(Ip, Port, user, pwd, remote, local);
            Dc.Start();
        }