using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace WindowsFormsApp2 { public partial class Form2 : Form { public Form2() { InitializeComponent(); } int counter = 0; private void Form2_Load(object sender, EventArgs e) { personel p = new personel(); p.adı = “hasan”; p.ssoyadi = “aylas”; […]

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace WindowsFormsApp2 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } int sa; private void button1_Click(object sender, EventArgs e) { // 1-2-3-4-6-9-13… işlemini yapın double a=0, b=0, c=0, toplam=0, sayac=0; try { a […]