Exemplo n.º 1
0
 private void btnShop_Click(object sender, EventArgs e)
 {
     SearchType        = MemorySearchType.shop;
     this.DialogResult = DialogResult.OK;
 }
Exemplo n.º 2
0
 private void btnFight_Click(object sender, EventArgs e)
 {
     SearchType        = MemorySearchType.battle;
     this.DialogResult = DialogResult.OK;
 }