|
@@ -268,6 +268,7 @@ namespace XdCxRhDW.App.UserControl
|
|
|
}
|
|
|
private async void GridView1_FocusedRowObjectChanged(object sender, DevExpress.XtraGrid.Views.Base.FocusedRowObjectChangedEventArgs e)
|
|
|
{
|
|
|
+ gridHomePosRes.DataSource = new List<ModelPosRes>();
|
|
|
listCts.ForEach(t => t.Cancel());
|
|
|
listCts.Clear();
|
|
|
var cts = new CancellationTokenSource();
|