C# Class PhotonWire.HubInvoker.MainWindow

Inheritance: MahApps.Metro.Controls.MetroWindow
Mostra file Open project: neuecc/PhotonWire Class Usage Examples

Public Methods

Method Description
MainWindow ( ) : System
MainWindow ( MainWindowViewModel viewModel ) : System

Protected Methods

Method Description
OnClosed ( EventArgs e ) : void

Private Methods

Method Description
AlignWindow_Click ( object sender, RoutedEventArgs e ) : void
AlignWindows ( IList windows ) : void
ConfigurationButton_Click ( object sender, RoutedEventArgs e ) : void
DuplicateWindow_Click ( object sender, RoutedEventArgs e ) : void
EnableScrollViewerMouseWheel ( object sender, System.Windows.Input.MouseWheelEventArgs e ) : void
SetConfigurationMenu ( MainWindowViewModel viewModel ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System

MainWindow() public method

public MainWindow ( MainWindowViewModel viewModel ) : System
viewModel MainWindowViewModel
return System

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
return void