예제 #1
0
 public void LoadFromFile(string filename)
 {
     this.content.Manager = ShapeManager.LoadFromFile(filename);
 }