コード例 #1
0
 protected virtual void Dispose(bool disposing)
 {
     if (_dataSet != null)
     {
         _dataSet.Dispose();
     }
 }