示例#1
0
 private void btnBanHang_Click(object sender, EventArgs e)
 {
     SellForm f = new SellForm(manv);
     f.ShowDialog();
 }
示例#2
0
 public UC_Item(SellForm parent, string nameitem)
 {
     InitializeComponent();
     this._parent = parent;
     Load(nameitem);
 }