Пример #1
0
 public frmL_Edit(string templid, string temppid, Property_Log temp)
 {
     InitializeComponent();
     pid     = temppid;
     lid     = templid;
     afclose = temp;
 }
Пример #2
0
 public frmL_Add(string tempd, Property_Log temp)
 {
     InitializeComponent();
     afclose = temp;
     afid    = tempd;
 }