GetMainForm() public method

public GetMainForm ( ) : Form
return System.Windows.Forms.Form
コード例 #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());
        }