Changeset 1063 for BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/cs/bmx_0200scr/BMX2/BMXNet/DSelectDivision.cs
- Timestamp:
- Jan 9, 2011, 7:19:07 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/cs/bmx_0200scr/BMX2/BMXNet/DSelectDivision.cs
r967 r1063 130 130 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; 131 131 this.Text = "Select Division"; 132 this.Load += new System.EventHandler(this.DSelectDivision_Load); 132 133 this.pnlPageBottom.ResumeLayout(false); 133 134 this.pnlDescription.ResumeLayout(false); … … 241 242 } 242 243 244 private void DSelectDivision_Load(object sender, EventArgs e) 245 { 246 this.Activate(); 247 } 248 243 249 244 250 }
Note:
See TracChangeset
for help on using the changeset viewer.
