Ejemplo n.º 1
0
 public void LoadContent(ContentManager Content)
 {
     this.Content = new ContentManager(Content.ServiceProvider, "Content");
     _currentScreen.LoadContent();
 }