示例#1
0
文件: DerWriter.cs 项目: sotaria/gsf
 public void Dispose()
 {
     m_caller?.EndSection(m_mode);
     m_caller = null;
 }