static void Main(string[] args)
 {
     FormPOST parse = new FormPOST();
     parse.Process("Mi", "s");
 }
Beispiel #2
0
        static void Main(string[] args)
        {
            FormPOST parse = new FormPOST();

            parse.Process("Mi", "s");
        }