public BazaarTask(string description, BazaarOperation operation)
 {
     ProgressMonitor = IdeApp.Workbench.ProgressMonitors.GetOutputProgressMonitor("Version Control", null, true, true);
     Description     = description;
     Operation       = operation;
 }
示例#2
0
 public BazaarTask(string description, BazaarOperation operation)
 {
     ProgressMonitor = IdeApp.Workbench.ProgressMonitors.GetOutputProgressMonitor("Version Control", null, true, true);
     Description = description;
     Operation = operation;
 }