示例#1
0
 protected void CarShowButton_Click(object sender, EventArgs e)
 {
     if (mycarshop.GetCarsFromList().Equals(""))
     {
         CarLabel.Text = "List is currently empty";
     }
     CarLabel.Text = "hej n***a"; //mycarshop.GetCarsFromList();
 }