Esempio n. 1
0
        private void buttongo_Click(object sender, EventArgs e)
        {
            Formcontinue fc = new Formcontinue(this);

            fc.ShowDialog();
        }
Esempio n. 2
0
 public FormRed(Formcontinue aufrufer)
 {
     fc = aufrufer;
     InitializeComponent();
 }