public void Show(IhalematikBaseForm MainForm, string LoadingString = null)
 {
     this._MainForm = MainForm;
     this.frm_wait  = new frm_wait();
     this.frm_wait.LoadingString = LoadingString;
     ShowProgress();
 }
 public frm_IhaleGrup(IhalematikBaseForm Owner)
 {
     this._owner = Owner;
     InitializeComponent();
     bindingSourceTenderGroup.DataSource = typeof(List <TenderGroupModel>);
     grdTenderGroup.DataSource           = bindingSourceTenderGroup;
 }
示例#3
0
 public frm_TedarikciOfbKayit(IhalematikBaseForm Owner)
 {
     InitializeComponent();
     this._owner = Owner;
 }
 public frm_PozluKayit(IhalematikBaseForm owner)
 {
     _owner = owner;
     InitializeComponent();
 }