Beispiel #1
0
        private void History_Button(object sender, EventArgs e)
        {
            var hForm = new HistoryForm(this);

            hForm.Show();
            this.Hide();
        }
Beispiel #2
0
 public StartForm(HistoryForm historyForm) => InitializeComponent();