This class encapsulates the data and the operations presented by UI elements that display a mod packaging Project editor.
Inheritance: ObservableObject
		/// <summary>
		/// The default constructor.
		/// </summary>
		public ModPackagingForm(ModPackagingFormVM p_vmlModPackagingVM)
		{
			InitializeComponent();
			m_strWindowTitle = this.Text;
			this.DoubleBuffered = true;

			ViewModel = p_vmlModPackagingVM;
		}
        /// <summary>
        /// The default constructor.
        /// </summary>
        public ModPackagingForm(ModPackagingFormVM p_vmlModPackagingVM)
        {
            InitializeComponent();
            m_strWindowTitle    = this.Text;
            this.DoubleBuffered = true;

            ViewModel = p_vmlModPackagingVM;
        }