Dioseno Ux Importe

This commit is contained in:
Michael Robles
2024-06-09 16:38:06 -07:00
parent e371b0bf08
commit fd5db02c1c
16 changed files with 188 additions and 88 deletions
+1
View File
@@ -165,6 +165,7 @@
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "agregarmermas";
this.Load += new System.EventHandler(this.agregarmermas_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
+5
View File
@@ -66,5 +66,10 @@ namespace compabetov2
{
this.Close ();
}
private void agregarmermas_Load(object sender, EventArgs e)
{
}
}
}