Exemple #1
0
 private void AddQuote_Load(object sender, EventArgs e)
 {
     int[,] rushOrderPrices4Table = DeskQuote.GetRushOrderPrices();
     label15.Text = "$" + rushOrderPrices4Table[0, 0].ToString();
     label20.Text = "$" + rushOrderPrices4Table[0, 1].ToString();
     label23.Text = "$" + rushOrderPrices4Table[0, 2].ToString();
     label16.Text = "$" + rushOrderPrices4Table[1, 0].ToString();
     label19.Text = "$" + rushOrderPrices4Table[1, 1].ToString();
     label22.Text = "$" + rushOrderPrices4Table[1, 2].ToString();
     label17.Text = "$" + rushOrderPrices4Table[2, 0].ToString();
     label18.Text = "$" + rushOrderPrices4Table[2, 1].ToString();
     label21.Text = "$" + rushOrderPrices4Table[2, 2].ToString();
 }