C# Class Squirrel.Update.AnimatedGifWindow

Inheritance: System.Windows.Window
Datei anzeigen Open project: fusetools/Squirrel.Windows Class Usage Examples

Public Methods

Method Description
AnimatedGifWindow ( ) : System
ShowWindow ( System.TimeSpan initialDelay, CancellationToken token, Squirrel.Update.ProgressSource progressSource ) : void

Method Details

AnimatedGifWindow() public method

public AnimatedGifWindow ( ) : System
return System

ShowWindow() public static method

public static ShowWindow ( System.TimeSpan initialDelay, CancellationToken token, Squirrel.Update.ProgressSource progressSource ) : void
initialDelay System.TimeSpan
token System.Threading.CancellationToken
progressSource Squirrel.Update.ProgressSource
return void