Пример #1
0
 public GotoWordControllerFactory(
     [NotNull] IShellLocks shellLocks, [NotNull] UIApplication uiApplication,
     [NotNull] GotoByNameMenuComponent menuComponent)
 {
     myShellLocks    = shellLocks;
     myUiApplication = uiApplication;
     myMenuComponent = menuComponent;
 }
 public GotoWordControllerFactory([NotNull] IShellLocks shellLocks,
                                  [NotNull] UIApplication uiApplication,
                                  [NotNull] GotoByNameMenuComponent menuComponent,
                                  [NotNull] IDocumentMarkupManager markupManager)
 {
     myShellLocks    = shellLocks;
     myUiApplication = uiApplication;
     myMenuComponent = menuComponent;
     myMarkupManager = markupManager;
 }