C# 클래스 SharpUI.Examples.NetworkStatus

상속: SharpUI.TemplateControl
파일 보기 프로젝트 열기: duckmaestro/Sharp-UI

공개 메소드들

메소드 설명
NetworkStatus ( ) : System
ShowNetworkActivity ( int bytesTransferred ) : void

Animate the spinner image, and update the bytes transferred.

비공개 메소드들

메소드 설명
OnAddedToDocument ( object sender, EventArgs e ) : void
OnRemovedFromDocument ( object sender, EventArgs e ) : void

메소드 상세

NetworkStatus() 공개 메소드

public NetworkStatus ( ) : System
리턴 System

ShowNetworkActivity() 공개 메소드

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