コード例 #1
0
ファイル: WebClientPoolItem.cs プロジェクト: alxcp/ABCat
 public void Dispose()
 {
     WebClientPool.PutObject(Target);
     Target = null;
 }