示例#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);
 }