コード例 #1
0
 public void m_mthGetOPMedStoreControl(clsControlOPMedStore m_objControl)
 {
     this.m_objOPMedStoreControl = m_objControl;
     this.ShowDialog();
 }
コード例 #2
0
ファイル: frmBreakInput.cs プロジェクト: iamwsx05/HIS
 /// <summary>
 ///
 /// </summary>
 public void m_GetcontrolMetStore(clsControlOPMedStore Input)
 {
     this.ContorlInput = Input;
     this.Show();
 }
コード例 #3
0
ファイル: frmInput.cs プロジェクト: iamwsx05/HIS
 /// <summary>
 ///
 /// </summary>
 public void m_GetcontrolMetStore(clsControlOPMedStore Input)
 {
     this.ContorlInput = Input;
     ((clsContorlInput)this.objController).ShowForm();
 }