Exemplo n.º 1
0
        public ToolStripMenuAyarlar(FrmSonDepremler frmSonDepremler)
        {
            _frmSonDepremler = frmSonDepremler;

            _ayar = new Ayar();
        }
Exemplo n.º 2
0
 public static void KaydetVeFormYenile <T>(this Ayar ayar, FrmSonDepremler frmSonDepremler, T sayi, string tur)
 {
     ayar.Kaydet(sayi, tur);
     frmSonDepremler.FrmSonDepremler_Load(null, null);
 }