C# Class SharpUI.Examples.NetworkStatus

Inheritance: SharpUI.TemplateControl
Afficher le fichier Open project: duckmaestro/Sharp-UI

Méthodes publiques

Méthode Description
NetworkStatus ( ) : System
ShowNetworkActivity ( int bytesTransferred ) : void

Animate the spinner image, and update the bytes transferred.

Private Methods

Méthode Description
OnAddedToDocument ( object sender, EventArgs e ) : void
OnRemovedFromDocument ( object sender, EventArgs e ) : void

Method Details

NetworkStatus() public méthode

public NetworkStatus ( ) : System
Résultat System

ShowNetworkActivity() public méthode

Animate the spinner image, and update the bytes transferred.
public ShowNetworkActivity ( int bytesTransferred ) : void
bytesTransferred int
Résultat void