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

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

            dlg.ShowDialog();
        }