C# Class DroidExplorer.SplashManager

Inheritance: ISplashHost
ファイルを表示 Open project: camalot/droidexplorer

Private Properties

Property Type Description
SplashManager System

Public Methods

Method Description
CloseSplashDialog ( ) : void
ShowSplashDialog ( ) : void
ShowSplashDialog ( int maxSteps ) : void

Private Methods

Method Description
SplashManager ( ) : System

Method Details

CloseSplashDialog() public method

public CloseSplashDialog ( ) : void
return void

ShowSplashDialog() public method

public ShowSplashDialog ( ) : void
return void

ShowSplashDialog() public method

public ShowSplashDialog ( int maxSteps ) : void
maxSteps int
return void