Table of Contents

Class DownLoadWindow

Namespace
HeBianGu.Systems.Upgrade
Assembly
HeBianGu.Systems.Upgrade.dll

DownLoadWindow.xaml 的交互逻辑

public class DownLoadWindow : DialogWindowBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IWindowBase
Inheritance
DownLoadWindow
Implements
Inherited Members
Extension Methods

Constructors

DownLoadWindow()

public DownLoadWindow()

Fields

LogProperty

public static readonly DependencyProperty LogProperty

Field Value

DependencyProperty

MessageProperty

public static readonly DependencyProperty MessageProperty

Field Value

DependencyProperty

TitleMessageProperty

public static readonly DependencyProperty TitleMessageProperty

Field Value

DependencyProperty

UrlProperty

public static readonly DependencyProperty UrlProperty

Field Value

DependencyProperty

Properties

Log

public string Log { get; set; }

Property Value

string

Message

public List<string> Message { get; set; }

Property Value

List<string>

TitleMessage

public string TitleMessage { get; set; }

Property Value

string

Url

public string Url { get; set; }

Property Value

string

Methods

FormatBytes(long)

public static string FormatBytes(long bytes)

Parameters

bytes long

Returns

string