Ejemplo n.º 1
0
        private void animationExplorerToolStripMenuItem_Click(object sender, EventArgs e)
        {
            var tool = new AnimationExplorer.AnimationExplorer();

            OpenMaximized(tool);
            taskbar.AddTool(tool, Properties.Resources.animation_explorer_64x64);
        }
Ejemplo n.º 2
0
 private void animationExplorerToolStripMenuItem_Click(object sender, EventArgs e)
 {
     var tool = new AnimationExplorer.AnimationExplorer();
     OpenMaximized(tool);
     taskbar.AddTool(tool, Properties.Resources.animation_explorer_64x64);
 }