Esempio n. 1
0
 void Exit()
 {
     StatusBar.ShowInfo("Exit!");
 }
Esempio n. 2
0
 void Settings()
 {
     StatusBar.ShowInfo("Settings!");
 }
Esempio n. 3
0
 void LoadGame()
 {
     StatusBar.ShowInfo("LoadGame!");
 }
Esempio n. 4
0
 void SaveGame()
 {
     StatusBar.ShowInfo("SaveGame!");
 }
Esempio n. 5
0
 void NewGame()
 {
     StatusBar.ShowInfo("New Game!");
 }