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