Beispiel #1
0
        private void AbreTelaCadGrupoItem()
        {
            var cadGrupoItem = new fmCadastroGrupoItem();

            cadGrupoItem.ShowDialog();
        }
Beispiel #2
0
        private void TsmiCadItensGrupo_Click(object sender, EventArgs e)
        {
            var fmCadastroGrupoItem = new fmCadastroGrupoItem();

            fmCadastroGrupoItem.Show(this);
        }