Exemple #1
0
 private void FinishedLoading(System.IAsyncResult result)
 {
     _loadMethod.EndInvoke(result);
     finishedLoading = true;
     _stateManager.AddScreen(nextScreen, true);
 }