C# Class MassEffect.NativesEditor.Views.ShellView

Interaction logic for MainWindow.xaml
Inheritance: WPFBase, INotifyPropertyChanged
Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public OpenFile ( ) : void
Résultat void

OpenPccFile() public méthode

public OpenPccFile ( string path ) : void
path string
Résultat void

SaveFile() public méthode

public SaveFile ( ) : void
Résultat void

SaveFileAs() public méthode

public SaveFileAs ( ) : void
Résultat void

ShellView() public méthode

public ShellView ( ) : System
Résultat System

handleUpdate() public méthode

public handleUpdate ( List updates ) : void
updates List
Résultat void