Ejemplo n.º 1
0
        private async Task RefreshAsync()
        {
            if (RefreshTable == null)
            {
                return;
            }

            await RefreshTable.Invoke();
        }
Ejemplo n.º 2
0
 protected virtual void OnRefreshTable(RefreshDataEventArgs e)
 {
     RefreshTable?.Invoke(this, e);
 }