C# Class VolumeAction.VolumeSetAction

Inheritance: ICustomAction
ファイルを表示 Open project: noant/Pyrite

Private Properties

Property Type Description

Public Methods

Method Description
BeginUserSettings ( ) : bool
Do ( string inputState ) : string
Refresh ( ) : void

Method Details

BeginUserSettings() public method

public BeginUserSettings ( ) : bool
return bool

Do() public method

public Do ( string inputState ) : string
inputState string
return string

Refresh() public method

public Refresh ( ) : void
return void