Files
NKC/NKC_WF/WebUserControls/cmp_kitting.ascx
T
2020-02-17 18:44:09 +01:00

15 lines
422 B
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_kitting.ascx.cs" Inherits="NKC_WF.WebUserControls.cmp_kitting" %>
<div class="row border border-info rounded m-2 text-center">
<div class="col-12">
<h2>BIN LIST</h2>
elenco BIN (small)
</div>
</div>
<div class="row border border-success rounded m-2 text-center">
<div class="col-12">
<h2>CART LIST</h2>
elenco cart
</div>
</div>