Ejemplo n.º 1
0
        private void Application_Startup(object sender, StartupEventArgs e)
        {
            var dialog = new IconFactory.MainWindow();

            dialog.ShowDialog();
        }
Ejemplo n.º 2
0
        private void CommandCallback_IconFactory(object sender, EventArgs e)
        {
            var dialog = new IconFactory.MainWindow();

            dialog.ShowDialog();
        }