コード例 #1
0
        public void AddThrowClick(object sender, System.EventArgs e)
        {
            StatsForm Statswindow = new StatsForm("Throws Modifiers", this.Stats, ref this.Throw);

            Statswindow.Show();
        }
コード例 #2
0
        public void AddThrowClick(object sender, System.EventArgs e)
        {
            StatsForm Statswindow = new StatsForm("Throws Modifiers", this.Stats, ref this.Throw);

            Statswindow.Show();
        }
コード例 #3
0
        public void AddStatsClick(object sender, System.EventArgs e)
        {
            StatsForm Statswindow = new StatsForm("Stats Points", ref this.Stats);

            Statswindow.Show();
        }
コード例 #4
0
        public void AddStatsClick(object sender, System.EventArgs e)
        {
            StatsForm Statswindow = new StatsForm("Stats Points",ref this.Stats);

            Statswindow.Show();
        }