Exemplo n.º 1
0
    public void OnFocus()
    {
        forceRefresh = true;
        GitPanel panel = panels[panelIndex];

        if (panel != null)
        {
            panel.OnFocus();
        }
    }