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