Class MainWindow
Inheritance
System.Object
MainWindow
Assembly: Cosmos.Deploy.Pixie.dll
Syntax
public class MainWindow : Window
Constructors
|
Improve this Doc
View Source
MainWindow()
Declaration
Fields
|
Improve this Doc
View Source
mCloseTimer
Declaration
protected DispatcherTimer mCloseTimer
Field Value
Type |
Description |
System.Windows.Threading.DispatcherTimer |
|
|
Improve this Doc
View Source
mDHCP
Declaration
Field Value
|
Improve this Doc
View Source
mDhcpThread
Declaration
protected Thread mDhcpThread
Field Value
Type |
Description |
System.Threading.Thread |
|
|
Improve this Doc
View Source
mNicIP
Declaration
Field Value
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
mOnlineTimer
Declaration
protected DispatcherTimer mOnlineTimer
Field Value
Type |
Description |
System.Windows.Threading.DispatcherTimer |
|
|
Improve this Doc
View Source
mTFTP
Declaration
protected TrivialFTP mTFTP
Field Value
|
Improve this Doc
View Source
mTftpThread
Declaration
protected Thread mTftpThread
Field Value
Type |
Description |
System.Threading.Thread |
|
|
Improve this Doc
View Source
mWarningIssued
Declaration
protected bool mWarningIssued
Field Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
Log(String, String)
Declaration
protected void Log(string aSender, string aText)
Parameters
Type |
Name |
Description |
System.String |
aSender |
|
System.String |
aText |
|
|
Improve this Doc
View Source
Start()
Declaration