public FrmParent() { InitializeComponent(); this.Load += new EventHandler(FrmParent_Load); FrmParent.Instance = this; loading.Visible = false; }