예제 #1
0
파일: Program.cs 프로젝트: Galigator/db4o
		static int Main(string[] args)
		{
			if (args.Length < 1)
			{
				Console.Error.WriteLine("Missing silverlight tests folder.");
				return -1;
			}

			WebBrowerHost host = new WebBrowerHost();
			return host.Navigate(Path.Combine(args[0], "TestPage.html"));
		}
예제 #2
0
파일: Program.cs 프로젝트: pondyond/db4o
        static int Main(string[] args)
        {
            if (args.Length < 1)
            {
                Console.Error.WriteLine("Missing silverlight tests folder.");
                return(-1);
            }

            WebBrowerHost host = new WebBrowerHost();

            return(host.Navigate(Path.Combine(args[0], "TestPage.html")));
        }