C# Class MassEffect.NativesEditor.Views.ShellView

Interaction logic for MainWindow.xaml
Inheritance: WPFBase, INotifyPropertyChanged
显示文件 Open project: ME3Explorer/ME3Explorer

Public Methods

Method Description
OpenFile ( ) : void
OpenPccFile ( string path ) : void
SaveFile ( ) : void
SaveFileAs ( ) : void
ShellView ( ) : System
handleUpdate ( List updates ) : void

Private Methods

Method Description
Open_CanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
Open_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
Save_CanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
Save_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void

Method Details

OpenFile() public method

public OpenFile ( ) : void
return void

OpenPccFile() public method

public OpenPccFile ( string path ) : void
path string
return void

SaveFile() public method

public SaveFile ( ) : void
return void

SaveFileAs() public method

public SaveFileAs ( ) : void
return void

ShellView() public method

public ShellView ( ) : System
return System

handleUpdate() public method

public handleUpdate ( List updates ) : void
updates List
return void