コード例 #1
0
        public void PreviewClick(object sender, System.EventArgs e)
        {
            TypeForm typewindow = new TypeForm(ref this.MonsterType, ref this.Alignment);

            typewindow.Show();
        }
コード例 #2
0
        public void PreviewClick(object sender, System.EventArgs e)
        {
            TypeForm typewindow = new TypeForm(ref this.MonsterType, ref this.Alignment);

            typewindow.Show();
        }