private static void AboutCmd_Execute(object sender, CommandRunArgs e) { HelpDialog helpDialog = new HelpDialog(); helpDialog.Run(); helpDialog.Destroy(); }