public class bLimpiar : Button
{
public bLimpiar()
{
Image = global::net.lafrancol.util.Properties.Resources.nuevo;
Size
= new System.Drawing.Size(58,
58); Text = "Limpiar";
TextAlign = System.Drawing.ContentAlignment.BottomCenter;
UseVisualStyleBackColor = true;
}
protected override void OnClick(EventArgs e)
{
base.OnClick(e);
}
}