Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

ROFIF ASRORI (15183207048) PTI4A

Tugas BAB 2
/*
* Created by SharpDevelop.
* User: Rofif Asrori
* Date: 14/02/2017
* Time: 21:56
*
* To change this template use Tools | Options | Coding | Edit
Standard Headers.
*/
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Windows.Forms;

namespace tugas_1
{
/// <summary>
/// Description of MainForm.
/// </summary>
public partial class MainForm : Form
{
public MainForm()
{
//
// The InitializeComponent() call is required for
Windows Forms designer support.
//
InitializeComponent();

//
// TODO: Add constructor code after the
InitializeComponent() call.
//
}
void Button1Click(object sender, EventArgs e)
{
textBox1.Text="Rofif Asrori";
textBox2.Text="Kuliah";
textBox3.Text="Di";
textBox4.Text="STKIP PGRI Tulungagung";
}
}
}
Output=

You might also like