cs1 improvements
This commit is contained in:
@@ -202,7 +202,6 @@
|
||||
//
|
||||
// saveFileDialog1
|
||||
//
|
||||
this.saveFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.saveFileDialog1_FileOk);
|
||||
//
|
||||
// PoloClubAppForm
|
||||
//
|
||||
@@ -215,7 +214,6 @@
|
||||
this.Controls.Add(this.lbOverview);
|
||||
this.Name = "PoloClubAppForm";
|
||||
this.Text = "Form1";
|
||||
this.Load += new System.EventHandler(this.PoloClubAppForm_Load);
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
this.groupBox2.ResumeLayout(false);
|
||||
this.groupBox2.PerformLayout();
|
||||
|
||||
Reference in New Issue
Block a user