コード例 #1
0
        private void LoschFunktion()//Löschen Funktion
        {
            Sonstiges_Imput NewForm = new Sonstiges_Imput();

            NewForm.Show();
            this.Dispose(false);
            wtxtHersteller.Focus();
        }
コード例 #2
0
        private void cmdSonstiges_Click(object sender, EventArgs e)//Form Sonstiges öffnen
        {
            Sonstiges_Imput sonstiges = new Sonstiges_Imput();

            sonstiges.Show();
        }