コード例 #1
0
        /// <summary>
        /// Class constructor. Sets up the common components and controls
        /// </summary>
        public frmMain()
        {
            InitializeComponent();
            frd         = new FindReplaceDialog(this);
            UndoHistory = new UndoBuffer();

            this.Text = APP_TITLE + " v" + VERSION;
            populateRecentFiles();
        }
コード例 #2
0
ファイル: frmMain.cs プロジェクト: alexbevi/tas-editor
        /// <summary>
        /// Class constructor. Sets up the common components and controls
        /// </summary>
        public frmMain()
        {
            InitializeComponent();
            frd = new FindReplaceDialog(this);
            UndoHistory = new UndoBuffer();

            this.Text = APP_TITLE + " v" + VERSION;
            populateRecentFiles();
        }