Exemplo n.º 1
0
 private void menuItemTraining_Click(object sender, EventArgs e)
 {
     PhoneUI.Training(selectedTile);
     FillTiles(true);
 }
Exemplo n.º 2
0
 private void menuItemTraining_Click(object sender, EventArgs e)
 {
     PhoneUI.Training(phoneTile);
     FillTile();
 }
Exemplo n.º 3
0
 private void menuItemTraining_Click(object sender, EventArgs e)
 {
     PhoneUI.Training(_phoneCur);
 }