예제 #1
0
파일: TestForm.cs 프로젝트: renyh1013/dp2
 private void button_testRelationDialog_Click(object sender, EventArgs e)
 {
     RelationDialog dlg = new RelationDialog();
     MainForm.SetControlFont(dlg, this.Font, false);
     dlg.ProcSearchDictionary = SearchDictionary;
     dlg.Show(this);
 }