コード例 #1
0
ファイル: DerWriter.cs プロジェクト: sotaria/gsf
 public void Dispose()
 {
     m_caller?.EndSection(m_mode);
     m_caller = null;
 }