Ejemplo n.º 1
0
        public FormApplyPatch(GitUICommands commands)
            : base(commands)
        {
            InitializeComponent();
            InitializeComplete();
            EnableButtons();

            SolveMergeConflicts.BackColor = AppColor.Branch.GetThemeColor();
            SolveMergeConflicts.SetForeColorForBackColor();
        }
        public FormApplyPatch(GitUICommands commands)
            : base(commands)
        {
            InitializeComponent();
            InitializeComplete();

            patchGrid1.SetSkipped(Skipped);

            SolveMergeConflicts.BackColor = AppColor.Branch.GetThemeColor();
            SolveMergeConflicts.SetForeColorForBackColor();
        }
Ejemplo n.º 3
0
        public FormApplyPatch(GitUICommands commands)
            : base(commands)
        {
            InitializeComponent();
            InitializeComplete();

            patchGrid1.SetSkipped(Skipped);

            SolveMergeConflicts.BackColor = OtherColors.MergeConflictsColor;
            SolveMergeConflicts.SetForeColorForBackColor();
        }