コード例 #1
0
        private async void Reload()
        {
            looper.Show(this);
            await Keeper.Refresh();

            source.DataSource  = Keeper.Items;
            dgItems.DataSource = source;
            source.ResetBindings(false);
            looper.Hide();
            page = 1;
        }
コード例 #2
0
        private async void GetComponents()
        {
            await Components.Refresh($"PlaceId={_this.PlaceId}");

            dgvComponents.DataSource = Components.Items;
        }