Beispiel #1
0
 private void animationTestToolStripMenuItem_Click(object sender, EventArgs e)
 {
     AnimationTestForm test = new AnimationTestForm(_fileManager);
     test.Show(this);
 }
Beispiel #2
0
        private void animationTestToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AnimationTestForm test = new AnimationTestForm(_fileManager);

            test.Show(this);
        }