C# 클래스 MegaMan.Engine.Forms.MenuControllers.AudioMenuController

상속: IMenuController
파일 보기 프로젝트 열기: Tesserex/C--MegaMan-Engine

공개 메소드들

메소드 설명
AudioMenuController ( ToolStripMenuItem menuItem, int channel ) : System
LoadSettings ( Setting settings ) : void
SaveSettings ( Setting settings ) : void
Set ( bool value ) : void

비공개 메소드들

메소드 설명
MenuItem_Click ( object sender, EventArgs e ) : void

메소드 상세

AudioMenuController() 공개 메소드

public AudioMenuController ( ToolStripMenuItem menuItem, int channel ) : System
menuItem System.Windows.Forms.ToolStripMenuItem
channel int
리턴 System

LoadSettings() 공개 메소드

public LoadSettings ( Setting settings ) : void
settings MegaMan.Engine.Forms.Settings.Setting
리턴 void

SaveSettings() 공개 메소드

public SaveSettings ( Setting settings ) : void
settings MegaMan.Engine.Forms.Settings.Setting
리턴 void

Set() 공개 메소드

public Set ( bool value ) : void
value bool
리턴 void