コード例 #1
0
        // ...
		private void InitializeComponent()
		{
		    AdministrationSystem system = new AdministrationSystem();
			this.SuspendLayout();
			// 
			// ProfessorAdminForm
			// 
			this.ClientSize = new System.Drawing.Size(284, 262);
			this.Name = "ProfessorAdminForm";
			this.Text = "Professors";
			this.ResumeLayout(false);
		}
コード例 #2
0
        // ...
        private void InitializeComponent()
        {
            var system = new AdministrationSystem();

            this.SuspendLayout();
            //
            // ProfessorAdminForm
            //
            this.ClientSize = new System.Drawing.Size(284, 262);
            this.Name       = "ProfessorAdminForm";
            this.Text       = "Professors";
            this.ResumeLayout(false);
        }