예제 #1
0
파일: Batch.cs 프로젝트: sq/Libraries
 internal void InvokeBasePrepare(Batch b)
 {
     b.Prepare(Manager);
 }
예제 #2
0
 public BatchIssueFailedException(Batch batch, Exception innerException)
     : base(FormatMessage(batch, innerException), innerException)
 {
     Batch = batch;
 }
예제 #3
0
파일: Batch.cs 프로젝트: sq/Libraries
 public void Prepare(Batch batch)
 {
     Manager.Prepare(batch, ref this);
 }