예제 #1
0
 private void buttonFillX2Lot_Click(object sender, EventArgs e)
 {
     X2 = ClassFormer.FillRandom();
     textBoxSecondLot.Text = ClassFormer.Print(X2);
 }
예제 #2
0
 private void buttonFillX3Lot_Click(object sender, EventArgs e)
 {
     X3 = ClassFormer.FillRandom();
     textBoxThirdLot.Text = ClassFormer.Print(X3);
 }
예제 #3
0
 private void buttonFillX1Lot_Click(object sender, EventArgs e)
 {
     X1 = ClassFormer.FillRandom();
     textBoxFirstLot.Text = ClassFormer.Print(X1);
 }