コード例 #1
0
ファイル: ApebaRepository.g.cs プロジェクト: arentlog/web-ui
 protected override void Dispose(bool disposing)
 {
     if (this.disposed)
     {
         return;
     }
     if (!disposing)
     {
         return;
     }
     this.adapter?.Dispose();
     this.adapter = null;
     base.Dispose(true);
 }
コード例 #2
0
ファイル: ApebaRepository.g.cs プロジェクト: arentlog/web-ui
 public ApebaRepository(IProgressConnection connection)
 {
     this.adapter = new ApebaAdapter(connection);
     this.Cono    = this.adapter.Cono;
     this.OnCreated();
 }