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