Esempio n. 1
0
 public PaginationUtils(FlowLayoutPanel panel, CustomTipDialog customTipDialog, int[] pageSizeCollection,
                        CustomPaginationQuery custQuery, MyOpaqueLayer myOpaqueLayer)
 {
     this.panel               = panel;
     this.customTipDialog     = customTipDialog;
     this.pageSizeCollection  = pageSizeCollection;
     this.custQuery           = custQuery;
     this.myOpaqueLayer       = myOpaqueLayer;
     this.customTipDialog.Tag = this.myOpaqueLayer;
 }
Esempio n. 2
0
 public PaginationUtils(FlowLayoutPanel panel, CustomTipDialog customTipDialog,
                        string hintFirst, string hintLast, string tipPageInput, int[] pageSizeCollection,
                        CustomPaginationQuery custQuery)
 {
     this.panel              = panel;
     this.customTipDialog    = customTipDialog;
     this.hintFirst          = hintFirst;
     this.hintLast           = hintLast;
     this.tipPageInput       = tipPageInput;
     this.pageSizeCollection = pageSizeCollection;
     this.custQuery          = custQuery;
 }