Пример #1
0
        public frmMain()
        {
            try
            {
                splash = new frmSplash();
                splash.Show();
                Application.DoEvents();
            }
            catch (Exception)
            {

            }

            InitializeComponent();
            try
            {
                m_DelegateStartReleaseNotePanel = new DelegateStartReleaseNotePanel(this.StartReleaseNotesViewer);
            }
            catch (Exception E)
            {
                Console.WriteLine(E.Message);
            }
        }