Exemple #1
0
        public static void Test_MethodRepresentations()
        {
            var api = new ApiCaller("192.168.1.35", 8000);

            var l = api.Login("nas", "nas");

            //Debug.WriteLine(l);

            api.UnpauseServer();
        }