Exemple #1
0
 private void btnZeroCount_Click(object sender, EventArgs e)
 {
     var temp = new ProductManager();
     temp.ZeroCountProduct();
 }