Esempio n. 1
0
		static void Main()
		{
			BootStrapper bootStrapper = new BootStrapper(new StandardKernel());
			Application.Run(bootStrapper.GetMainForm());
		}
Esempio n. 2
0
        static void Main()
        {
            BootStrapper bootStrapper = new BootStrapper(new StandardKernel());

            Application.Run(bootStrapper.GetMainForm());
        }