Пример #1
0
 public void ClearCart(object sender, System.EventArgs e)
 {
     pos.ClearCart();
     pos.EmptyProductInfo();
 }