C# Class SharpUI.Examples.NetworkStatus

Inheritance: SharpUI.TemplateControl
Show file Open project: duckmaestro/Sharp-UI

Public Methods

Method Description
NetworkStatus ( ) : System
ShowNetworkActivity ( int bytesTransferred ) : void

Animate the spinner image, and update the bytes transferred.

Private Methods

Method Description
OnAddedToDocument ( object sender, EventArgs e ) : void
OnRemovedFromDocument ( object sender, EventArgs e ) : void

Method Details

NetworkStatus() public method

public NetworkStatus ( ) : System
return System

ShowNetworkActivity() public method

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