Exemplo n.º 1
0
 /// <summary>
 /// 选择规则
 /// </summary>
 private void btnSelectRule_Click(object sender, EventArgs e)
 {
     XCLNetFileReplace.RuleConfigSelectBox fm = new RuleConfigSelectBox(this);
     fm.ShowDialog();
 }
Exemplo n.º 2
0
 /// <summary>
 /// 选择规则
 /// </summary>
 private void btnSelectRule_Click(object sender, EventArgs e)
 {
     XCLNetFileReplace.RuleConfigSelectBox fm = new RuleConfigSelectBox(this);
     fm.ShowDialog();
 }