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