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