Exemplo n.º 1
0
        public PluginInterface()
        {
            fbd.Description         = "Folder containing the git repository, or container for the repository";
            fbd.ShowNewFolderButton = false;

            _names = new StarTree.Plugin.Database.DisplayNames
            {
                name   = "git",
                id     = "commit",
                author = "Author",
                parent = "parent",
                log    = null,
                date   = "date",
            };
        }
Exemplo n.º 2
0
 internal DisplayNames(Contracts.Database.DisplayNames cdn,
                       StarTree.Plugin.Database.DisplayNames pdn)
 {
     _cdn = cdn;
     _pdn = pdn;
 }