Exemplo n.º 1
0
        private void StatsBtn_Click(object sender, EventArgs e)
        {
            PowerStatisticsForm powerStatisticsForm = new PowerStatisticsForm(this.fPowers, this.SelectedCreatures.Count);

            powerStatisticsForm.ShowDialog();
        }
Exemplo n.º 2
0
        private void StatsBtn_Click(object sender, EventArgs e)
        {
            PowerStatisticsForm dlg = new PowerStatisticsForm(fPowers, SelectedCreatures.Count);

            dlg.ShowDialog();
        }