C# Class Project290.Menus.MenuDelegates.ChangeStorageDeviceDelegate

Used to change the current storage device. This only works for XBOX
Inheritance: IMenuDelegate
Exibir arquivo Open project: scastle/Solitude

Public Methods

Method Description
ChangeStorageDeviceDelegate ( ) : System

Initializes a new instance of the ChangeStorageDeviceDelegate class.

Run ( ) : void

Runs this instance, performing the action once, and thereafter exiting the method.

Method Details

ChangeStorageDeviceDelegate() public method

Initializes a new instance of the ChangeStorageDeviceDelegate class.
public ChangeStorageDeviceDelegate ( ) : System
return System

Run() public method

Runs this instance, performing the action once, and thereafter exiting the method.
public Run ( ) : void
return void