コード例 #1
0
        //Setting log up.



        public HTTPConnectToServer(IViewClientUI Form)
        {
            var k = new List <string> {
                "HTTP://10.1.14.150:666", "Sashok", "localhost:433"
            };

            Log.Instance.W(this, "Hello World");

            //serverLaunch();
            ServerConnect();
        }
コード例 #2
0
 public ClientUIPresenter(IViewClientUI iClientUi)
 {
     ClientUi = iClientUi;
 }