예제 #1
0
 //新建
 private void createNew_Click(object sender, EventArgs e)
 {
     CreateMatch form = new CreateMatch();
     form.ShowDialog();
     //刷新页面
       //  this.showMatchData();
 }
예제 #2
0
 //新建
 private void toolStripButton_Create_Click(object sender, EventArgs e)
 {
     CreateMatch createMatch = new CreateMatch();
     createMatch.ShowDialog();
 }
예제 #3
0
 //新建
 private void newToolStripMenuItem_Click(object sender, EventArgs e)
 {
     CreateMatch createMatch = new CreateMatch();
     createMatch.ShowDialog();
 }