private void BackWindow_Click(object sender, EventArgs e)
        {
            ElkonScada._006_Konfigurator._004_StokAlaniCimentoKatkiSuSecimi KatkiPage = new _004_StokAlaniCimentoKatkiSuSecimi();
            KatkiPage.Show();
            Properties.S000_Konfigrator_Tag.Default.Reload();

            this.Close();
        }
コード例 #2
0
 private void NextWindow_Click(object sender, EventArgs e)
 {
     ElkonScada._006_Konfigurator._004_StokAlaniCimentoKatkiSuSecimi KonfigOnaySayfasi = new _004_StokAlaniCimentoKatkiSuSecimi();
     KonfigOnaySayfasi.Show();
     this.Close();
 }