public partial class Form1 _ Form
public partial class Form1 _ Form
{
public Form1()
{
InitializeComponent();
}
int index = 0;
string[] personeller;
int[] maaslar;
private void Form1_Load(object sender, EventArgs e)
{
this.BackColor = Color.Red;
}
if (bulundu)
{
MessageBox.Show("Personel Mevcut");
}
else
{
MessageBox.Show("Personel Mevcut Değil");
}
dusuk = maaslar[i];
//MAAŞLAR 0 = 39000
//MAAŞLAR 1 = 38000
//MAAŞLAR 2 = 38000
//MAAŞLAR 6 = 25000
}
}
label2.Text = "En Düşük Maaş" + dusuk;
//En yüksek maaşı bulma kodunu yaz
}