using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms;
this.deger2= new System.Windows.Forms.Textbox(); this.sonuc= new System.Windows.Forms.Textbox(); this.button2= new System.Windows.Forms.Button(); this.isaret= new System.Windows.Forms.Label(); this.label2= new System.Windows.Forms.Label(); this.SuspendLayout();
this.deger1.Location= new System.Drawing.Point(16,8); this.deger1.Name="deger1"; this.deger1.TabIndex=0; this.deger1.Text"0";
this.name="Form1"; this.text="Hesap Makinasi"; this.BackColor=System.Drawing.Color.FromArgb(((System.Byte)255)),((System.Byte)(128)),((System.Byte)(0)))) this.ClientSize= new System.Drawing.Size(400,149); } this.button4.Click += new System.EventHandler(this.button4_Click); private void button4_Click(object sender, System.EventArgs e ) { isaret.Text="/"; sonuc.Text=System.Convert.ToString(System.Convert.ToInt32(deger1.Text)/System.Convert.ToInt32(deger2.Text)); }