Table of Contents

Class UpdateProgressDialog

Namespace
EchoHub.Client.UI.Dialogs
Assembly
EchoHub.Client.dll
public sealed class UpdateProgressDialog
Inheritance
UpdateProgressDialog
Inherited Members

Constructors

UpdateProgressDialog(IApplication, string)

public UpdateProgressDialog(IApplication app, string newVersion)

Parameters

app IApplication
newVersion string

Methods

Close()

public void Close()

Show()

public void Show()

UpdateProgress(float, string)

public void UpdateProgress(float fraction, string statusText)

Parameters

fraction float
statusText string