C# Class Discuz.WinPhone.Services.Hud

Inheritance: IToast
Show file Open project: gruan01/Discuz.Mobi

Public Methods

Method Description
Close ( ) : void
Hud ( ) : Discuz.Services
Show ( string msg ) : void
ShowToast ( string msg, int delay = 1000 ) : void

Private Methods

Method Description
Container_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Hud() public method

public Hud ( ) : Discuz.Services
return Discuz.Services

Show() public method

public Show ( string msg ) : void
msg string
return void

ShowToast() public method

public ShowToast ( string msg, int delay = 1000 ) : void
msg string
delay int
return void