예제 #1
0
        private void LegendaryClick(object sender, EventArgs e)
        {
            LegendaryForm window = new LegendaryForm(ref AllActions);

            window.Show();
            this.Close();
        }
예제 #2
0
        private void LegendaryClick(object sender, EventArgs e)
        {
            LegendaryForm window = new LegendaryForm(ref AllActions);

            window.Show();
            this.Close();
        }