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