Using Using Using Using Using Using Using Using: Form1 Form

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

C:\Documents and Settings\Administrator\My ... 2008\Projects\VTCClass\VTCClass\Form1.cs using using using using using using using using System; System.Collections.

Generic; System.ComponentModel; System.Data; System.Drawing; System.Linq; System.Text; System.Windows.Forms;

namespace VTCClass { public partial class Form1 : Form { public Form1() { InitializeComponent(); }

private void buttonClick_Click(object sender, EventArgs e) { // type variableName=3 int x = 3; int y = 4; int c = 0; c = x + y; }

} }

You might also like