C# 클래스 Mp3Sharp.MainForm

This is a modified version of the "PlaySound" Managed DirectSound sample.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 메소드들

메소드 설명
Main ( string Args ) : int
MainForm ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
EnablePlayUI ( bool enable ) : void
InitializeComponent ( ) : void
LoadSoundFile ( string name ) : bool
MainForm_Load ( object sender, System e ) : void
btnCancel_Click ( object sender, System e ) : void
btnPlay_Click ( object sender, System e ) : void
btnSoundfile_Click ( object sender, System e ) : void
btnStop_Click ( object sender, System e ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Main() 공개 정적인 메소드

public static Main ( string Args ) : int
Args string
리턴 int

MainForm() 공개 메소드

public MainForm ( ) : System
리턴 System