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