V>void main() { V> Control form = new UserControl1(); V> form.CreateControl(); V> Application.Run(); V>} V>