Exemplo n.º 1
0
 public void Handle(GameContentInitialSynced message)
 {
     if (LibraryVM != null)
     {
         LibraryVM.Setup();
     }
 }
Exemplo n.º 2
0
 public void Handle(GameContentInitialSynced message)
 {
     LibraryVM?.Setup();
 }
Exemplo n.º 3
0
        public async void Handle(GameContentInitialSynced message)
        {
            await TryProcessParams(Common.Flags.StartupParameters).ConfigureAwait(false);

            RegisterAppEvents();
        }