C# Class MTMCL.MCCrash

MCCrash.xaml 的互動邏輯
Inheritance: System.Windows.Window
Exibir arquivo Open project: cvronmin/metocraft

Public Methods

Method Description
MCCrash ( ) : System.Windows
MCCrash ( string content ) : System.Windows
MCCrash ( string content, string path ) : System.Windows

Private Methods

Method Description
butOpen_Click ( object sender, RoutedEventArgs e ) : void

Method Details

MCCrash() public method

public MCCrash ( ) : System.Windows
return System.Windows

MCCrash() public method

public MCCrash ( string content ) : System.Windows
content string
return System.Windows

MCCrash() public method

public MCCrash ( string content, string path ) : System.Windows
content string
path string
return System.Windows