示例#1
0
 public void AddView(EditorViewAdapter view)
 {
     lock (this) {
         _views.Add(view);
         _viewsCopy = null;
     }
 }