示例#1
0
 private void cmdApply_Click(object sender, EventArgs e)
 {
     if (ValidateChildren(ValidationConstraints.Enabled))
     {
         mParent.FilterApply();
     }
 }