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