static void Main (string [] args)
 {
     PackUriHelperTests t = new PackUriHelperTests ();
     t.ResolvePartUri2 ();
 }
Exemplo n.º 2
0
        static void Main(string [] args)
        {
            PackUriHelperTests t = new PackUriHelperTests();

            t.ResolvePartUri2();
        }