Exemplo n.º 1
0
        protected override void HandleMenuItemClick()
        {
            string folderPath = FolderDialogHelper.Show();

            if (!string.IsNullOrEmpty(folderPath))
            {
                ExecuteCommand(folderPath);
            }
        }
 public string GetFolder()
 {
     return(FolderDialogHelper.Show());
 }