bajar cambios
This commit is contained in:
+5
-3
@@ -26,6 +26,7 @@ namespace compabetov2
|
||||
{
|
||||
private int numeroPagina = 1; // Variable para rastrear el número de página actual
|
||||
private Point lastPoint;
|
||||
private Point lastAutoScrollPosition;
|
||||
private List<Variante> productos;
|
||||
public decimal total = 0;
|
||||
private LoginModel loginPrincipal;
|
||||
@@ -40,6 +41,7 @@ namespace compabetov2
|
||||
getData();
|
||||
llenarLayout();
|
||||
llenarComBox();
|
||||
InitializeFlowLayout();
|
||||
this.loginPrincipal = loginPrincipal;
|
||||
}
|
||||
|
||||
@@ -57,7 +59,7 @@ namespace compabetov2
|
||||
private void FlowLayoutPanel3_MouseDown(object sender, MouseEventArgs e)
|
||||
{
|
||||
lastPoint = new Point(e.X, e.Y);
|
||||
flowLayoutPanel3.Capture = true;
|
||||
flowLayoutPanel3.Capture = false;
|
||||
}
|
||||
|
||||
private void FlowLayoutPanel3_MouseMove(object sender, MouseEventArgs e)
|
||||
@@ -76,9 +78,9 @@ namespace compabetov2
|
||||
|
||||
private void FlowLayoutPanel3_MouseUp(object sender, MouseEventArgs e)
|
||||
{
|
||||
|
||||
|
||||
lastPoint = new Point(e.X, e.Y);
|
||||
flowLayoutPanel3.Capture = true;
|
||||
flowLayoutPanel3.Capture =false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user