Esempio n. 1
0
 private void Project_GameProjectPathChanged(object aSender, FilePathChangedEventArgs aEventArgs)
 {
     LoadGameFile();
 }
Esempio n. 2
0
 public void FilePathChanged(FilePathChangedEventArgs args)
 {
     this.FilePath = args.FilePath;
 }