C# Class FAManagementStudio.Views.MainWindow

MainWindow.xaml の相互作用ロジック
Inheritance: System.Windows.Window
Mostra file Open project: degarashi0913/FAManagementStudio

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
TabItem_Drag ( object sender, System.Windows.Input.MouseEventArgs e ) : void
TabItem_Drop ( object sender, System.Windows.DragEventArgs e ) : void
TabItem_MouseRightButtonDown ( Object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
TextBox_PreviewDragEnter ( object sender, System.Windows.DragEventArgs e ) : void
TreeViewItem_MouseRightButtonDown ( Object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System