示例#1
0
 public Stage()
 {
     root = new Group();
     root.SetStage(this);
 }