//private RadioButton checkedButton;
 public RecordTestForm(CovidForm parent)
 {
     this.parent = parent;
     InitializeComponent();
 }
Beispiel #2
0
 public ShowRecordsForm(CovidForm parent)
 {
     this.parent = parent;
     InitializeComponent();
 }