Esempio n. 1
0
        /// -----------------------------------------------------------------------------------
        /// <summary>
        /// Initializes a new instance of the <see cref="Form1"/> class.
        /// </summary>
        /// -----------------------------------------------------------------------------------
        public P4HelperForm()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            m_p4 = new PerforceUtils(m_console);

            m_skipDirs      = new System.Collections.Specialized.StringCollection();
            m_skipNameParts = new System.Collections.Specialized.StringCollection();

            LoadConfiguration();
            LoadFileList();

            m_timerStartup.Enabled = true;
        }
Esempio n. 2
0
		/// -----------------------------------------------------------------------------------
		/// <summary>
		/// Initializes a new instance of the <see cref="Form1"/> class.
		/// </summary>
		/// -----------------------------------------------------------------------------------
		public P4HelperForm()
		{
			//
			// Required for Windows Form Designer support
			//
			InitializeComponent();

			m_p4 = new PerforceUtils(m_console);

			m_skipDirs = new System.Collections.Specialized.StringCollection();
			m_skipNameParts = new System.Collections.Specialized.StringCollection();

			LoadConfiguration ();
			LoadFileList();

			m_timerStartup.Enabled= true;
		}