コード例 #1
0
ファイル: Home.aspx.cs プロジェクト: falreis/tcc
        protected void btnFinalizarAtendimento_Click(object sender, EventArgs e)
        {
            OFMS ofms = OFMS.GetInstance();

            ofms.ConcluirRequisicao(Base.SessaoUsuario.ID);

            multiview.ActiveViewIndex = VIEW_LOCATION;
        }