Esempio n. 1
0
        //public static string Connection()
        //{
        //    return Connection1;
        //}

        private async static System.Threading.Tasks.Task <bool> GetServerPing()
        {
            bool p = await CMD.PingAsync("192.168.2.51");

            return(p);
        }