コード例 #1
0
ファイル: Reanimator.cs プロジェクト: khadoran/reanimator
 private void animationTestToolStripMenuItem_Click(object sender, EventArgs e)
 {
     AnimationTestForm test = new AnimationTestForm(_fileManager);
     test.Show(this);
 }
コード例 #2
0
ファイル: Reanimator.cs プロジェクト: dragnilar/reanimator
        private void animationTestToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AnimationTestForm test = new AnimationTestForm(_fileManager);

            test.Show(this);
        }