این جوری


Form1 f1=new Form1();
Button b = new Button();
f1.Controls.Add(b);
f1.Show();