Exemplo n.º 1
0
            public RepositoryGroupDescription(RepositoryCloneControl owner)
            {
                Guard.ArgumentNotNull(owner, nameof(owner));

                this.owner = owner;
            }
 public RepositoryGroupDescription(RepositoryCloneControl owner)
 {
     this.owner = owner;
 }