示例#1
0
 private void MainForm_Load(object sender, EventArgs e)
 {
     //  AllowTransparency = true;
     SetMbm();
     SetClubList();
     GenFunction.SetLvFirstRow(lstClub);
     this.Text += GenFunction.GetVersionNumber();
     lstClub.Columns[0].Width   = lstClub.Width - 2;
     lstMember.Columns[0].Width = lstMember.Width - 20;
 }
示例#2
0
 private void BondsLeden_Load(object sender, EventArgs e)
 {
     this.Text += GenFunction.GetVersionNumber();
 }