Exemplo n.º 1
0
 private void button1_Click(object sender, EventArgs e)
 {
     Hide();
     StartingScreen ss = new StartingScreen();
     ss.ShowDialog();
     Close();
 }
Exemplo n.º 2
0
 private void SaveButton_Click(object sender, EventArgs e)
 {
     Hide();
     StartingScreen ss = new StartingScreen();
     finalCategory = this.category;
     ss.ShowDialog();
     Close();
 }
Exemplo n.º 3
0
        private void button1_Click(object sender, EventArgs e)
        {
            Hide();
            StartingScreen ss = new StartingScreen();

            ss.ShowDialog();
            Close();
        }
Exemplo n.º 4
0
        private void SaveButton_Click(object sender, EventArgs e)
        {
            Hide();
            StartingScreen ss = new StartingScreen();

            finalCategory = this.category;
            ss.ShowDialog();
            Close();
        }
Exemplo n.º 5
0
        private void SaveButton_Click(object sender, EventArgs e)
        {
            Hide();
            StartingScreen ss = new StartingScreen();

            FinalPaduinCharacter = this.paduinCharacter;
            ss.ShowDialog();
            Close();
        }