C# Class SDE.Tools.DatabaseEditor.WPF.SplashDialog

Interaction logic for ProgressDialog.xaml
Inheritance: System.Windows.Window
Show file Open project: Tokeiburu/RagnarokSDE

Public Methods

Method Description
SplashDialog ( ) : System.ComponentModel
Terminate ( ) : void

Protected Methods

Method Description
OnClosing ( CancelEventArgs e ) : void

Method Details

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e System.ComponentModel.CancelEventArgs
return void

SplashDialog() public method

public SplashDialog ( ) : System.ComponentModel
return System.ComponentModel

Terminate() public method

public Terminate ( ) : void
return void