Exemplo n.º 1
0
 public TortoiseWrapper(TortoiseType type)
 {
     _type = type;
     var nodeName = @"SOFTWARE\Tortoise" + (_type == TortoiseType.Svn ? "SVN" : "Git");
     _tortoiseProcPath = "";
     //_mergeToolPath = "";
     //_tortoiseDirectoryPath = "";
 }
Exemplo n.º 2
0
        public TortoiseWrapper(TortoiseType type)
        {
            _type = type;
            var nodeName = @"SOFTWARE\Tortoise" + (_type == TortoiseType.Svn ? "SVN" : "Git");

            _tortoiseProcPath = "";
            //_mergeToolPath = "";
            //_tortoiseDirectoryPath = "";
        }