Beispiel #1
0
        public frm_ActionEditor(PasteAction PasteAction)
        {
            InitializeComponent();
            this.isNew          = false;
            this.ExistingAction = PasteAction;
            this.PasteAction    = PasteAction.Clone(); // Make a clone to change and validate before overwriting the reference object

            SetControlsFromPasteAction();
            updateControls();
        }