C# Class SGDeB.Data.GameData

Mostrar archivo Open project: sgdc/sgdc-old

Public Methods

Method Description
GameData ( Builder builder, string file ) : System
Save ( ) : DialogResult
Save ( bool beForceful ) : DialogResult

Private Methods

Method Description
LoadGame ( string file ) : void
SaveGame ( string file ) : void

Method Details

GameData() public method

public GameData ( Builder builder, string file ) : System
builder Builder
file string
return System

Save() public method

public Save ( ) : DialogResult
return DialogResult

Save() public method

public Save ( bool beForceful ) : DialogResult
beForceful bool
return DialogResult