Esempio 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);
        }
Esempio n. 2
0
 public void RaiseCanExecuteChanged()
 {
     EditLabelCommand.RaiseCanExecuteChanged();
     DeleteLabelCommand.RaiseCanExecuteChanged();
 }