private void TsmiAramSonuclariniKaydet_Click(object sender, EventArgs e) { if (sfdKaydet.ShowDialog() != DialogResult.OK) { return; } _dosya = new Dosya(sfdKaydet.FileName); _dosya.Kaydet(KanalBul()); }
private void TsmiKaydet_Click(object sender, EventArgs e) { if (sfdKaydet.ShowDialog() != DialogResult.OK) { return; } _dosya = new Dosya(sfdKaydet.FileName); _dosya.Kaydet(_aktar.Kanallar); }