C# Class GlueView.Facades.ElementCommands

显示文件 Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
ReloadCurrentElement ( ) : void
ShowState ( StateSave stateSave ) : void
ShowState ( string stateSave ) : void

Method Details

ReloadCurrentElement() public method

public ReloadCurrentElement ( ) : void
return void

ShowState() public method

public ShowState ( StateSave stateSave ) : void
stateSave FlatRedBall.Glue.SaveClasses.StateSave
return void

ShowState() public method

public ShowState ( string stateSave ) : void
stateSave string
return void