Beispiel #1
0
 public UxManager(ILogger logger)
 {
     _editorPath = LocalHelpers.GetEditorPath(logger);
     _rootDir    = LocalHelpers.GetRootDir(logger);
     _logger     = logger;
 }
Beispiel #2
0
 public UxManager(string gitLocation, ILogger logger)
 {
     _editorPath = LocalHelpers.GetEditorPath(gitLocation, logger);
     _rootDir    = LocalHelpers.GetRootDir(gitLocation, logger);
     _logger     = logger;
 }