Example #1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="FrmEditMediaPath"/> class.
        /// </summary>
        public FrmEditMediaPath(MediaPathActionType type)
        {
            this.InitializeComponent();

            this.actionType = type;

            this.SetupBindings();
        }
Example #2
0
        /// <summary>
        /// Initializes a new instance of the <see cref="FrmEditMediaPath"/> class.
        /// </summary>
        public FrmEditMediaPath(MediaPathActionType type)
        {
            this.InitializeComponent();

            this.actionType = type;

            this.SetupBindings();
        }
Example #3
0
        /// <summary>
        /// Initializes a new instance of the <see cref="FrmEditMediaPath"/> class.
        /// </summary>
        public FrmEditMediaPath(MediaPathActionType type, MediaPathModel mediaPathModel)
        {
            this.InitializeComponent();

            this.actionType            = type;
            this.editingMediaPathModel = mediaPathModel;

            this.SetupBindings();
        }
Example #4
0
        /// <summary>
        /// Initializes a new instance of the <see cref="FrmEditMediaPath"/> class.
        /// </summary>
        public FrmEditMediaPath(MediaPathActionType type, MediaPathModel mediaPathModel)
        {
            this.InitializeComponent();

            this.actionType = type;
            this.editingMediaPathModel = mediaPathModel;

            this.SetupBindings();
        }