using
System;
using
[Link];
using
[Link];
using
[Link];
using
[Link];
using
[Link];
using
[Link];
using
[Link];
namespace
WindowsFormsApplication1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private voidfontToolStripMenuItem_Click(object
sender,EventArgs e)
{
FontDialog fd = new FontDialog();
[Link] =
true;
[Link]();
[Link] = [Link];
[Link] = [Link];
}
private voidzoomInToolStripMenuItem_Click(objec
t sender,EventArgs e)
{
[Link] += 1;
}
private voidzoomOutToolStripMenuItem_Click(obje
ct sender,EventArgs e)
{
[Link] -= 1;
}
}
}
using
System;
using
[Link];
using
[Link];
using
[Link];
namespace
ConsoleApplication1
{
class A
{
int num;
static int count=0;
public A()
{
count++;
num = 0;
}
public int Num
{
get { return num; }
set { num = value; }
}
public void display()
{
[Link]([Link]);
[Link](num);
}
public static void show()
{
[Link]([Link]);
//[Link](num);
}
}
class Program
{
static void Main(string[] args)
{
A o1 = new A();
[Link]();
A o2 = new A();
[Link]();
A o3 = new A();
[Link]();
A o4 = new A();
[Link]();
}
}
}
using
System;
using
[Link];
using
[Link];
using
[Link];
using
[Link];
using
[Link];
using
[Link];
using
[Link];
namespace
WindowsFormsApplication1
{
public partial class Form1 : Form
{
int num1;
public Form1()
{
InitializeComponent();
}
private void btnClick_Click(object sender,Event
Args e)
{
[Link] =
"Hello " + [Link];
}
private void btn1_Click(object sender,EventArgs
e)
{
[Link] +=
"1";
}
private void btn2_Click(object sender,EventArgs
e)
{
[Link] +=
"2";
}
private void btn3_Click(object sender,EventArgs
e)
{
[Link] +=
"3";
}
private void Form1_Load(object sender,EventArgs
e)
{
}
private void button8_Click(object sender,EventA
rgs e)
{
}
private void btnP_Click(object sender,EventArgs
e)
{
num1=
Convert.ToInt32([Link]);
[Link] =
"";
}
private void btnE_Click(object sender,EventArgs
e)
{
[Link]= (num1 +
[Link]([Link])) .ToString();
}
}
}