public void ShowDlg(string sObjectName, ctlCustomControl ctlCustomControl, int customerID) { _ctl = ctlCustomControl; _ObjectName = sObjectName; _CustID = customerID; this.ShowDialog(); }
public void ShowDlg(ctlCustomControl ctlCustomControl, bool IsStockProduct) { _IsStockProduct = IsStockProduct; _ctl = ctlCustomControl; this.ShowDialog(); }
public void ShowDlg(ctlCustomControl ctlCustomControl, string ObjectName) { _ObjectName = ObjectName; _ctl = ctlCustomControl; this.ShowDialog(); }
public void ShowDlg(string sObjectName, ctlCustomControl ctlCustomControl) { _ObjectName = sObjectName; _ctl = ctlCustomControl; this.ShowDialog(); }