コード例 #1
0
 //private RadioButton checkedButton;
 public RecordTestForm(CovidForm parent)
 {
     this.parent = parent;
     InitializeComponent();
 }
コード例 #2
0
 public ShowRecordsForm(CovidForm parent)
 {
     this.parent = parent;
     InitializeComponent();
 }