private void btnadd_Click(object sender, EventArgs e) { SertifikaGoruntule.yol = path; SertifikaGoruntule sg = new SertifikaGoruntule(); sg.Show(); }
private void btngoster_Click(object sender, EventArgs e) { if (combo_marka.Text == "") { MessageBox.Show("Lütfen sertifika seçiniz!", "Oooppss!"); } else { //SertifikaGoruntule path = lot; SertifikaGoruntule.yol = lot; SertifikaGoruntule sg = new SertifikaGoruntule(); sg.Show(); } }