C# Class WinVolumeMixer.Client.VolumeControl

Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: aidenmagrath/WinVolumeMixer-Client

Public Methods

Method Description
VolumeControl ( Application application ) : System

Private Methods

Method Description
UpdateVolume ( float sliderValue ) : void
btnMute_Click ( object sender, RoutedEventArgs e ) : void
slider_DragCompleted ( object sender, RoutedEventArgs e ) : void
slider_DragStarted ( object sender, RoutedEventArgs e ) : void
slider_ValueChanged ( object sender, RoutedPropertyChangedEventArgs e ) : void

Method Details

VolumeControl() public method

public VolumeControl ( Application application ) : System
application Application
return System