Exemplo n.º 1
0
        private void btnadd_Click(object sender, EventArgs e)
        {
            SertifikaGoruntule.yol = path;
            SertifikaGoruntule sg = new SertifikaGoruntule();

            sg.Show();
        }
Exemplo n.º 2
0
 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();
     }
 }