示例#1
0
        protected void btnConfirmarSolicitacao_Click(object sender, EventArgs e)
        {
            OFMS ofms = OFMS.GetInstance();

            ofms.ConfirmarRequisicao(Base.SessaoUsuario.ID);

            multiview.ActiveViewIndex = VIEW_AGUARDE_ATENDIMENTO;
        }