コード例 #1
0
ファイル: LayoutViewer.cs プロジェクト: configare/hispeed
 public new void Free()
 {
     if (_host != null)
     {
         _host.Dispose();
         _host = null;
     }
 }