Inheritance: FlatRedBall.Gui.InfoBar
Exemple #1
0
 private static void CreateInfoBar()
 {
     mInfoBar = new InfoBarWindow(GuiManager.Cursor);
     GuiManager.AddWindow(mInfoBar);
 }
Exemple #2
0
 private static void CreateInfoBar()
 {
     mInfoBar = new InfoBarWindow(GuiManager.Cursor);
     GuiManager.AddWindow(mInfoBar);
 }