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