C# Class UI.ViewModel.MainViewModel

Inheritance: BaseViewModel
显示文件 Open project: Nirklav/TCPChat Class Usage Examples

Public Methods

Method Description
Alert ( ) : void
MainViewModel ( UI.View.MainWindow mainWindow ) : System

Protected Methods

Method Description
DisposeManagedResources ( ) : void

Private Methods

Method Description
ClearTabs ( ) : void
ClientAsyncError ( Engine.AsyncErrorEventArgs e ) : void
ClientConnect ( Engine.ConnectEventArgs args ) : void
ClientPluginLoaded ( Engine.PluginEventArgs e ) : void
ClientPluginUnloading ( Engine.PluginEventArgs e ) : void
ClientReceiveMessage ( ReceiveMessageEventArgs e ) : void
ClientRegistration ( RegistrationEventArgs e ) : void
ClientRoomClosed ( RoomEventArgs e ) : void
ClientRoomOpened ( RoomEventArgs e ) : void
Connect ( object obj ) : void
CreateRoom ( object obj ) : void
DeleteRoom ( object obj ) : void
DisableServer ( object obj ) : void
Disconnect ( object obj ) : void
EnableServer ( object obj ) : void
ExitFromRoom ( object obj ) : void
InitializeClient ( bool loopback ) : void
OnKeyDown ( System.Windows.Forms.Keys keys ) : void
OnKeyUp ( System.Windows.Forms.Keys keys ) : void
OpenAboutProgram ( object obj ) : void
OpenFilesDialog ( object obj ) : void
OpenSettings ( object obj ) : void
WindowClosed ( object sender, EventArgs e ) : void

Method Details

Alert() public method

public Alert ( ) : void
return void

DisposeManagedResources() protected method

protected DisposeManagedResources ( ) : void
return void

MainViewModel() public method

public MainViewModel ( UI.View.MainWindow mainWindow ) : System
mainWindow UI.View.MainWindow
return System