Exemple #1
0
 private void flashCardBtn_Click(object sender, System.EventArgs e)
 {
     // open the flash card dialog
     MainFlashCard LohanCards = new MainFlashCard(lohanString, totalLohans, "Lohans");
 }
Exemple #2
0
 private void flashCardBtn_Click(object sender, System.EventArgs e)
 {
     // open the flash card dialog
     MainFlashCard SpTechCards = new MainFlashCard(SpTechString, totalSpTechniques, "Sparring Techniques");
 }
Exemple #3
0
 private void flashCardBtn_Click(object sender, System.EventArgs e)
 {
     // open the flash card dialog
     MainFlashCard OneStepCards = new MainFlashCard(OneStepString, totalOneSteps, "One Step Techniques");
 }
Exemple #4
0
 private void flashCardBtn_Click(object sender, System.EventArgs e)
 {
     // open the flash card dialog
     MainFlashCard ChinNaCards = new MainFlashCard(ChinNaString, totalChinNas, "Chin Na");
 }