C# Class NScumm.MonoGame.Pages.MainMenu

Inheritance: ContentDialog
Show file Open project: scemino/nscumm

Private Properties

Property Type Description
GetSaveGamePath string
GetSavegames List
LoadGame void
OnBack void
OnExit void
OnLoad void
OnLoadGame void
OnResume void
OnSave void
OnSaveGame void
SaveGame void

Public Methods

Method Description
MainMenu ( ) : NScumm.Core

Private Methods

Method Description
GetSaveGamePath ( int index ) : string
GetSavegames ( ) : List
LoadGame ( int index ) : void
OnBack ( object sender, Windows e ) : void
OnExit ( object sender, Windows e ) : void
OnLoad ( object sender, Windows e ) : void
OnLoadGame ( object sender, ItemClickEventArgs e ) : void
OnResume ( object sender, Windows e ) : void
OnSave ( object sender, Windows e ) : void
OnSaveGame ( object sender, ItemClickEventArgs e ) : void
SaveGame ( int index ) : void

Method Details

MainMenu() public method

public MainMenu ( ) : NScumm.Core
return NScumm.Core