C# Class Project290.Menus.MenuDelegates.ChangeStorageDeviceDelegate

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

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the ChangeStorageDeviceDelegate class.
public ChangeStorageDeviceDelegate ( ) : System
Résultat System

Run() public méthode

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