public ElginMDIParent()
 {
     InitializeComponent();
     ElginSplash splash = new ElginSplash();
     splash.Show();
     this.Text = "Elgin Log Explorer " + DataStructures.Information.VersionString;
 }
示例#2
0
        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();
 }
示例#4
0
        private void splashScreenToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ElginSplash spl = new ElginSplash(false);

            spl.ShowDialog();
        }