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