Ejemplo n.º 1
0
        public static void smethod_1()
        {
            Class91.smethod_6("APP", "NONE", "!FRWL");
            Client client0 = Class91.client_0;

            if (client0 == null)
            {
                return;
            }
            client0.DestroyClient();
        }
Ejemplo n.º 2
0
 public static void smethod_3(string string_0, string string_1)
 {
     if (string_1 != null)
     {
         Class91.smethod_6("APP", string_1, "!GBYE");
     }
     if (string_0 == null)
     {
         return;
     }
     Class91.smethod_6("APP", string_0, "!HELO");
     Class91.smethod_5(string_0);
 }
Ejemplo n.º 3
0
 public static void smethod_5(string string_0)
 {
     Class91.smethod_6("APP", string_0, "!CONT");
 }