コード例 #1
0
ファイル: ProgressDescriber.cs プロジェクト: Nucs/nlib
 public void Dispose()
 {
     Ended?.Dispose();
     Cancellation?.Dispose();
 }