8 lines
519 B
Plaintext
8 lines
519 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="prtSemilav.aspx.cs" Inherits="MP_MAG.SMART.prtSemilav" %>
|
|
|
|
<%@ Register Src="~/WebUserControls/cmp_prtSemilav.ascx" TagPrefix="uc1" TagName="cmp_prtSemilav" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
|
|
<uc1:cmp_prtSemilav runat="server" ID="cmp_prtSemilav" tipoStampa="SEMILAVORATI" tipoLotto="M" codStatoIN="MP" codStatoOUT="SL" Origine="INT" flussoUdc="MSL" />
|
|
</asp:Content>
|