public void DashEditLabel(string label) { IHalationCommand cmd = new EditLabelCommand(Halation.CurrentSelectedLine, this.GetIndent(Halation.CurrentSelectedLine), Halation.currentCodePackage, label); HalationInvoker.Dash(Halation.currentScriptName, cmd); }
public void RaiseCanExecuteChanged() { EditLabelCommand.RaiseCanExecuteChanged(); DeleteLabelCommand.RaiseCanExecuteChanged(); }