예제 #1
0
        private void AtualizarGrid()
        {
            v_DistFolhaAvulso v = Application.OpenForms["v_DistFolhaAvulso"] as v_DistFolhaAvulso;

            if (v != null)
            {
                v.CarregarGrid();
            }
        }