AcManager.Pages.Drive.Online_SelectedServerPage.Load C# (CSharp) Method

Load() public method

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