Exemple #1
0
        private void LoschFunktion()//Löschfunktion
        {
            CPU_Imput NewForm = new CPU_Imput();

            NewForm.Show();
            this.Dispose(false);
            wtxtHersteller.Focus();
        }
        private void cmdCPU_Click(object sender, EventArgs e)//Form CPU öffnen
        {
            CPU_Imput cpu = new CPU_Imput();

            cpu.Show();
        }