예제 #1
0
        private static void AboutCmd_Execute(object sender, CommandRunArgs e)
        {
            HelpDialog helpDialog = new HelpDialog();

            helpDialog.Run();
            helpDialog.Destroy();
        }