public mycontrol_record(records r1)
 {
     h1 = r1;
 }
Example #2
0
 public void record()
 {
     records r = new records();
     r.Show();
 }