예제 #1
0
 /// <summary>
 /// Load asynchronously the languages of the application for the current instance
 /// </summary>
 /// <returns>Instance of SettingsViewModel</returns>
 private async Task InitializeAsync()
 {
     Language = new Language(_languageService);
     await Language.LoadLanguages();
 }