Beispiel #1
0
        private void brothers_Click(object sender, EventArgs e)
        {
            this.Hide();
            show_brothers show_bro = new show_brothers();

            show_bro.Show();
        }
Beispiel #2
0
        private void brothers_Click(object sender, EventArgs e)
        {
            ShardPreferance shard = new ShardPreferance();

            shard.Name = nameee;

            this.Hide();
            show_brothers show_bro = new show_brothers();

            show_bro.Show();
        }