mostrar texto
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace ejemplo_2
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void btnAceptar_Click(object sender, EventArgs e)
{
MessageBox.Show("bienvenidos a visual c# sharp", "bienvenida");
lblMensaje.Text=("hola a todos ");
}
}
}
0 Response to "mostrar texto"
Publicar un comentario