C# Class BudgetAnalyser.ShellWindow

Interaction logic for ShellWindow.xaml
ファイルを表示 Open project: Benrnz/BudgetAnalyser

Private Properties

Property Type Description
OnLoaded void
OnLocationChanged void
OnSizeChanged void
ShellWindow_OnClosing void

Public Methods

Method Description
ShellWindow ( ) : System

Private Methods

Method Description
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnLocationChanged ( object sender, EventArgs e ) : void
OnSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
ShellWindow_OnClosing ( object sender, CancelEventArgs e ) : void

Method Details

ShellWindow() public method

public ShellWindow ( ) : System
return System