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

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