protected override void OnExecute(Microsoft.VisualStudio.Shell.OleMenuCommand command) { SuggestFrm about = new SuggestFrm(); about.ShowDialog(); }