static void Main()
		{
			BootStrapper bootStrapper = new BootStrapper(new StandardKernel());
			Application.Run(bootStrapper.GetMainForm());
		}
Exemple #2
0
        static void Main()
        {
            BootStrapper bootStrapper = new BootStrapper(new StandardKernel());

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