C# Класс Project290.Menus.MenuDelegates.ChangeStorageDeviceDelegate

Used to change the current storage device. This only works for XBOX
Наследование: IMenuDelegate
Показать файл Открыть проект

Открытые методы

Метод Описание
ChangeStorageDeviceDelegate ( ) : System

Initializes a new instance of the ChangeStorageDeviceDelegate class.

Run ( ) : void

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

Описание методов

ChangeStorageDeviceDelegate() публичный Метод

Initializes a new instance of the ChangeStorageDeviceDelegate class.
public ChangeStorageDeviceDelegate ( ) : System
Результат System

Run() публичный Метод

Runs this instance, performing the action once, and thereafter exiting the method.
public Run ( ) : void
Результат void