Exemple #1
0
        private void buttongo_Click(object sender, EventArgs e)
        {
            Formcontinue fc = new Formcontinue(this);

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