C# Class Mp3Sharp.MainForm

This is a modified version of the "PlaySound" Managed DirectSound sample.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Méthode Description
Main ( string Args ) : int
MainForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

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

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Main() public static méthode

public static Main ( string Args ) : int
Args string
Résultat int

MainForm() public méthode

public MainForm ( ) : System
Résultat System