Ejemplo n.º 1
0
 public For16(For18 f6)
 {
     InitializeComponent();
     c = f6;
 }
Ejemplo n.º 2
0
        private void linkLabel8_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            For18 f18 = new For18();

            f18.Show();
        }