C# Class ZanoFineTuning.Views.Controls.ZConnectingProgress

Interaction logic for ZConnectingProgress.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: torquing/ZanoFineTuning

Public Methods

Method Description
FlashBlue ( ) : void
FlashNone ( ) : void
FlashRed ( ) : void
LoadBitmapFromResource ( string pathInApplication, Assembly assembly = null ) : BitmapImage
ZConnectingProgress ( ) : System

Private Methods

Method Description
Animate ( object sender, EventArgs e ) : void
ZanoBlinking_OnLoaded ( object sender, RoutedEventArgs e ) : void
ZanoBlinking_OnUnloaded ( object sender, RoutedEventArgs e ) : void

Method Details

FlashBlue() public method

public FlashBlue ( ) : void
return void

FlashNone() public method

public FlashNone ( ) : void
return void

FlashRed() public method

public FlashRed ( ) : void
return void

LoadBitmapFromResource() public static method

public static LoadBitmapFromResource ( string pathInApplication, Assembly assembly = null ) : BitmapImage
pathInApplication string
assembly System.Reflection.Assembly
return System.Windows.Media.Imaging.BitmapImage

ZConnectingProgress() public method

public ZConnectingProgress ( ) : System
return System