Esempio n. 1
0
		public static int Main(string[] rgArgs)
		{
			//			if(rgArgs.Length == 0)
			//				rgArgs = new string[]{"-t", "TEST", "-x",
			//										 ConfigurationPath};
			//			return SampleApp.Go(rgArgs);
			SampleApp app = new SampleApp();
			Application.Run(app.NewMainWindow());

			return 0;
		}
Esempio n. 2
0
        public static int Main(string[] rgArgs)
        {
            //			if(rgArgs.Length == 0)
            //				rgArgs = new string[]{"-t", "TEST", "-x",
            //										 ConfigurationPath};
            //			return SampleApp.Go(rgArgs);
            SampleApp app = new SampleApp();

            Application.Run(app.NewMainWindow());

            return(0);
        }