コード例 #1
0
		static void Main()
		{
			BootStrapper bootStrapper = new BootStrapper(new StandardKernel());
			Application.Run(bootStrapper.GetMainForm());
		}
コード例 #2
0
        static void Main()
        {
            BootStrapper bootStrapper = new BootStrapper(new StandardKernel());

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