Ejemplo n.º 1
0
        private void ShowAllFieldCodes(RichEditControl richEditControl)
        {
            ShowAllFieldCodesCommand showAllFieldCodesCommand = new ShowAllFieldCodesCommand(richEditControl);

            showAllFieldCodesCommand.Execute();
        }
        protected internal virtual void ShowAllFieldCodes(IRichEditControl control)
        {
            ShowAllFieldCodesCommand command = new ShowAllFieldCodesCommand(control);

            command.Execute();
        }
Ejemplo n.º 3
0
 private void ShowAllFieldsCodes()
 {
     ShowAllFieldCodesCommand command = new ShowAllFieldCodesCommand(richEditControl);
     command.Execute();
 }
Ejemplo n.º 4
0
        private void ShowAllFieldsCodes()
        {
            ShowAllFieldCodesCommand command = new ShowAllFieldCodesCommand(richEditControl);

            command.Execute();
        }