示例#1
0
 protected Repository()
 {
     infoCache = new VersionInfoCache(this);
 }
示例#2
0
 public Repository()
 {
     infoCache = new VersionInfoCache(this);
 }
		protected Repository ()
		{
			infoCache = new VersionInfoCache (this);
		}
示例#4
0
		public Repository ()
		{
			infoCache = new VersionInfoCache (this);
		}