Esempio n. 1
0
 public SelectMZYSandHushi(int type, WindowsFormsControlLibrary5.UserControl1 o, Dictionary <string, string> _dic = null)
 {
     dic  = _dic;
     Type = type;
     UC   = o;
     InitializeComponent();
 }
Esempio n. 2
0
 public SelectYSorHS(int type, WindowsFormsControlLibrary5.UserControl1 o, string patid)
 {
     _PatId = patid;
     Type   = type;
     u      = o;
     ysStr  = o.Controls[0].Text;
     InitializeComponent();
 }