Пример #1
0
 public void Update(GameTime gameTime)
 {
     if (PreviewedGrid != null)
     {
         PreviewedGrid.Update(gameTime);
     }
     PreviewLabel.Update(gameTime);
     LoadButton.Update(gameTime);
     DeleteButton.Update(gameTime);
 }