Exemplo n.º 1
0
        public void DashEditLabel(string label)
        {
            IHalationCommand cmd = new EditLabelCommand(Halation.CurrentSelectedLine, this.GetIndent(Halation.CurrentSelectedLine), Halation.currentCodePackage, label);

            HalationInvoker.Dash(Halation.currentScriptName, cmd);
        }
Exemplo n.º 2
0
 public void RaiseCanExecuteChanged()
 {
     EditLabelCommand.RaiseCanExecuteChanged();
     DeleteLabelCommand.RaiseCanExecuteChanged();
 }