AcManager.Pages.Drive.Online_SelectedServerPage.Load C# (CSharp) Méthode

Load() public méthode

public Load ( ) : void
Résultat void
        public void Load() {
            if (_entry.Status == ServerStatus.Unloaded) {
                _entry.Update(ServerEntry.UpdateMode.Normal).Forget();
            }
        }