예제 #1
0
		public void SetUp ()
		{
			converter = new UriTypeConverter ();
			context = new UriTypeDescriptorContext ();
			isWin32 = (Path.DirectorySeparatorChar == '\\');
		}
예제 #2
0
 public void SetUp()
 {
     converter = new UriTypeConverter();
     context   = new UriTypeDescriptorContext();
     isWin32   = (Path.DirectorySeparatorChar == '\\');
 }