C# 클래스 MassEffect.NativesEditor.Views.ShellView

Interaction logic for MainWindow.xaml
상속: WPFBase, INotifyPropertyChanged
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 메소드들

메소드 설명
OpenFile ( ) : void
OpenPccFile ( string path ) : void
SaveFile ( ) : void
SaveFileAs ( ) : void
ShellView ( ) : System
handleUpdate ( List updates ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

OpenFile() 공개 메소드

public OpenFile ( ) : void
리턴 void

OpenPccFile() 공개 메소드

public OpenPccFile ( string path ) : void
path string
리턴 void

SaveFile() 공개 메소드

public SaveFile ( ) : void
리턴 void

SaveFileAs() 공개 메소드

public SaveFileAs ( ) : void
리턴 void

ShellView() 공개 메소드

public ShellView ( ) : System
리턴 System

handleUpdate() 공개 메소드

public handleUpdate ( List updates ) : void
updates List
리턴 void