GitUI.FormCheckoutBranch.FormCheckoutBranch C# (CSharp) Method

FormCheckoutBranch() public method

public FormCheckoutBranch ( ) : System
return System
        public FormCheckoutBranch()
        {
            InitializeComponent();
            Translate();

            Initialize();
        }