コード例 #1
0
 internal void ClearBody()
 {
     if (_body != null)
     {
         _body.Unload();
         _body = null;
     }
 }