Exemplo n.º 1
0
			public LogCollector (SubversionRepository repo, List<SvnRevision> logs, IntPtr ctx) {
				this.repo = repo;
				this.logs = logs;
				this.ctx = ctx;
				Func = CollectorFunc;
			}
Exemplo n.º 2
0
			public LogCollector (SubversionRepository repo, List<SvnRevision> logs) {
				this.repo = repo;
				this.logs = logs;
				Func = CollectorFunc;
			}