示例#1
0
 public CreateDrawObject(Studio container)
 {
     Debug.Assert(container != null);
     _studio = container;
 }