Example #1
0
 private void pictureBox9_Click(object sender, EventArgs e)
 {
     if (Data.foreigners == 1)
     {
         Village.SetCoef(Calculation.CoeffCalcul(Convert.ToSByte(label45.Text)));
         ShowMarket();
     }
 }
Example #2
0
 private void pictureBox6_Click(object sender, EventArgs e)
 {
     Village.SetCoef(Calculation.CoeffCalcul(Convert.ToSByte(label42.Text)));
     ShowMarket();
 }