GitUI.FormStash.ApplyClick C# (CSharp) Метод

ApplyClick() приватный Метод

private ApplyClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void
        private void ApplyClick(object sender, EventArgs e)
        {
            new FormProcess(string.Format("stash apply {0}", Stashes.Text)).ShowDialog();

            MergeConflictHandler.HandleMergeConflicts();

            Initialize();
            InitializeTracked();
        }