C# Класс AutoWikiBrowser.Splash

Показать файл Открыть проект

Открытые методы

Метод Описание
SetProgress ( int percent ) : void
Splash ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
ClickHandler ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

SetProgress() публичный Метод

public SetProgress ( int percent ) : void
percent int
Результат void

Splash() публичный Метод

public Splash ( ) : System
Результат System