Esempio n. 1
0
 private void button1_Click(object sender, EventArgs e)
 {
     ad = new AttackDesigner(this);
     if (attacks.Count > 0)
     {
         ad.LoadAttacks(attacks);
     }
     ad.Show();
 }
Esempio n. 2
0
 private void StatBlockDesigner_Load(object sender, EventArgs e)
 {
     dBox.SelectedIndex = 0;
     ad = new AttackDesigner(this);
     nameBox.Select();
 }