Example #1
0
 public void m_mthGetOPMedStoreControl(clsControlOPMedStore m_objControl)
 {
     this.m_objOPMedStoreControl = m_objControl;
     this.ShowDialog();
 }
Example #2
0
 /// <summary>
 ///
 /// </summary>
 public void m_GetcontrolMetStore(clsControlOPMedStore Input)
 {
     this.ContorlInput = Input;
     this.Show();
 }
Example #3
0
 /// <summary>
 ///
 /// </summary>
 public void m_GetcontrolMetStore(clsControlOPMedStore Input)
 {
     this.ContorlInput = Input;
     ((clsContorlInput)this.objController).ShowForm();
 }