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