예제 #1
0
        protected override async void OnWindowLoaded()
        {
            RntCache.RefillFrom(AppArgs);
            await ByfServer.SetURL(Default.ServerURL);

            if (ByfServer.IsOnline)
            {
                await ByfCache.RefillFromServer(ByfServer);
            }
        }