Пример #1
0
 public void Remove()
 {
     if (_interpreter != null)
     {
         _interpreter.DeleteFormatter(this);
     }
 }