예제 #1
0
파일: EditDB.cs 프로젝트: maksmkv/EngRus
 public EditDB(mainForm ff)
 {
     InitializeComponent();
     this.ff = ff;
 }
예제 #2
0
 public FullStat(mainForm f)
 {
     InitializeComponent();
     this.f = f;
 }