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

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