public ElginMDIParent() { InitializeComponent(); ElginSplash splash = new ElginSplash(); splash.Show(); this.Text = "Elgin Log Explorer " + DataStructures.Information.VersionString; }
private void splashScreenToolStripMenuItem_Click(object sender, EventArgs e) { ElginSplash spl = new ElginSplash(false); spl.ShowDialog(); }