示例#1
0
 public void rule()
 {
     rule r = new rule();
     r.Show();
 }
示例#2
0
 public mycontrol_rule(rule rh)
 {
     h1 = rh;
 }