@@ -17,9 +17,7 @@ namespace DW5S.App.UserControl
public partial class CtrlXl : DevExpress.XtraEditors.XtraUserControl
{
List<XlViewModel> list = new List<XlViewModel>();
- int maxCount = 0;
- int maxPage = 0;
- int currentPage = 1;
+
int? satCode = null;
public CtrlXl()