diseno ux
This commit is contained in:
Generated
+1
@@ -43,6 +43,7 @@
|
|||||||
this.panelImporte.Name = "panelImporte";
|
this.panelImporte.Name = "panelImporte";
|
||||||
this.panelImporte.Size = new System.Drawing.Size(903, 448);
|
this.panelImporte.Size = new System.Drawing.Size(903, 448);
|
||||||
this.panelImporte.TabIndex = 1;
|
this.panelImporte.TabIndex = 1;
|
||||||
|
this.panelImporte.Paint += new System.Windows.Forms.PaintEventHandler(this.panelImporte_Paint);
|
||||||
//
|
//
|
||||||
// pictureBox2
|
// pictureBox2
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -189,5 +189,10 @@ namespace compabetov2.Ventas
|
|||||||
ventanaPadre.actualizarImporteTotal();
|
ventanaPadre.actualizarImporteTotal();
|
||||||
this.Close();
|
this.Close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void panelImporte_Paint(object sender, PaintEventArgs e)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user