Exemplo n.º 1
0
        public void tCheckStatus()
        {
            ServerHelper Helper = new ServerHelper();

            Helper.CheckStatus("This is a test of the emergency broadcasting system!", 40);
        }
Exemplo n.º 2
0
 public void tCheckStatus()
 {
     ServerHelper Helper = new ServerHelper();
     Helper.CheckStatus("This is a test of the emergency broadcasting system!", 40);
 }