public FormVIEWAGENT(FINANCE.FormTAGIHAN _frm, RMS.COMMON.MASTER.RMS_SUPPLIER obj, int _type)
 {
     InitializeComponent();
     type = _type;
     if (type == 1)
     {
         this.frm = _frm;
         c = obj;
     }
     LOAD_DATA();
     this.txtCARI.Focus();
 }
示例#2
0
 public FormVIEWAGENT(FINANCE.FormTAGIHAN _frm, RMS.COMMON.MASTER.RMS_SUPPLIER obj, int _type)
 {
     InitializeComponent();
     type = _type;
     if (type == 1)
     {
         this.frm = _frm;
         c        = obj;
     }
     LOAD_DATA();
     this.txtCARI.Focus();
 }