diff --git a/CMS-SC-Data/bin/Release/CMS-SC-Data.dll b/CMS-SC-Data/bin/Release/CMS-SC-Data.dll index 1444c97..b0731f7 100644 Binary files a/CMS-SC-Data/bin/Release/CMS-SC-Data.dll and b/CMS-SC-Data/bin/Release/CMS-SC-Data.dll differ diff --git a/CMS-SC-Data/obj/Debug/TempPE/DS_Applicazione.Designer.cs.dll b/CMS-SC-Data/obj/Debug/TempPE/DS_Applicazione.Designer.cs.dll new file mode 100644 index 0000000..2dc78c2 Binary files /dev/null and b/CMS-SC-Data/obj/Debug/TempPE/DS_Applicazione.Designer.cs.dll differ diff --git a/CMS-SC-Data/obj/Debug/TempPE/DS_Utility.Designer.cs.dll b/CMS-SC-Data/obj/Debug/TempPE/DS_Utility.Designer.cs.dll new file mode 100644 index 0000000..685d462 Binary files /dev/null and b/CMS-SC-Data/obj/Debug/TempPE/DS_Utility.Designer.cs.dll differ diff --git a/CMS-SC-Data/obj/Release/CMS-SC-Data.dll b/CMS-SC-Data/obj/Release/CMS-SC-Data.dll index 1444c97..b0731f7 100644 Binary files a/CMS-SC-Data/obj/Release/CMS-SC-Data.dll and b/CMS-SC-Data/obj/Release/CMS-SC-Data.dll differ diff --git a/CMS_SC/CMS_SC.csproj b/CMS_SC/CMS_SC.csproj index b3a00f0..6586902 100644 --- a/CMS_SC/CMS_SC.csproj +++ b/CMS_SC/CMS_SC.csproj @@ -224,6 +224,7 @@ + @@ -245,6 +246,7 @@ + @@ -444,6 +446,20 @@ Global.asax + + Home.aspx + ASPXCodeBehind + + + Home.aspx + + + jumper.aspx + ASPXCodeBehind + + + jumper.aspx + Site.Master diff --git a/CMS_SC/Home.aspx b/CMS_SC/Home.aspx new file mode 100644 index 0000000..54ca538 --- /dev/null +++ b/CMS_SC/Home.aspx @@ -0,0 +1,46 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/Bootstrap.master" AutoEventWireup="true" CodeBehind="Home.aspx.cs" Inherits="CMS_SC.Home" %> + + + + + + + + Cost to Price for Extrusion + + + + + + + + + + + + Quick Shortcut + + + + + <%: traduci("ExistProdOff") %> + + + <%: traduci("NewProdOff") %> + + + <%: traduci("OffersArchive") %> + + + <%: traduci("MarginReport") %> + + + <%: traduci("StdCostList") %> + + + + + + + + diff --git a/CMS_SC/Home.aspx.cs b/CMS_SC/Home.aspx.cs new file mode 100644 index 0000000..6ef188c --- /dev/null +++ b/CMS_SC/Home.aspx.cs @@ -0,0 +1,18 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; +using SteamWare; + +namespace CMS_SC +{ + public partial class Home : SteamWare.UserPage + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/CMS_SC/Home.aspx.designer.cs b/CMS_SC/Home.aspx.designer.cs new file mode 100644 index 0000000..ee47553 --- /dev/null +++ b/CMS_SC/Home.aspx.designer.cs @@ -0,0 +1,60 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace CMS_SC { + + + public partial class Home { + + /// + /// HyperLink2 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.HyperLink HyperLink2; + + /// + /// HyperLink3 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.HyperLink HyperLink3; + + /// + /// HyperLink4 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.HyperLink HyperLink4; + + /// + /// HyperLink5 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.HyperLink HyperLink5; + + /// + /// HyperLink6 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.HyperLink HyperLink6; + } +} diff --git a/CMS_SC/Web.config b/CMS_SC/Web.config index 656937d..e6b53a0 100644 --- a/CMS_SC/Web.config +++ b/CMS_SC/Web.config @@ -29,7 +29,7 @@ - + @@ -69,14 +69,16 @@ - + + + + + + diff --git a/CMS_SC/WebUserControls/mod_testata.ascx b/CMS_SC/WebUserControls/mod_testata.ascx index d96d11d..f047d5b 100644 --- a/CMS_SC/WebUserControls/mod_testata.ascx +++ b/CMS_SC/WebUserControls/mod_testata.ascx @@ -55,7 +55,7 @@ <%: traduci("ElencoSchede") %> - <%: traduci("Nuovascheda") %> + <%: traduci("NuovaScheda") %> <%: traduci("CmsScConf") %> @@ -80,7 +80,7 @@ <%: traduci("GestVoc") %> <%: traduci("ListValuesMgmt") %> - <%: traduci("ImportData") %> + <%--<%: traduci("ImportData") %>--%> <%: traduci("UserAdmin") %> <%: traduci("UpdateVoc") %> diff --git a/CMS_SC/WebUserControls/mod_testata.ascx.cs b/CMS_SC/WebUserControls/mod_testata.ascx.cs index 5d1d2c1..da88416 100644 --- a/CMS_SC/WebUserControls/mod_testata.ascx.cs +++ b/CMS_SC/WebUserControls/mod_testata.ascx.cs @@ -59,6 +59,7 @@ namespace CMS_SC.WebUserControls // altri controlli if (!Page.IsPostBack) { + txtSearch.Visible = pageHasSearch; Page.Title = Request.Url.ToString(); // se ho cambiato pagina registro...) if (devicesAuthProxy.pagPrecedente != titolo) @@ -279,6 +280,16 @@ namespace CMS_SC.WebUserControls } } /// + /// verifica se la pagina abbia abilitato il search + /// + public bool pageHasSearch + { + get + { + return memLayer.ML.BoolSessionObj("pageHasSearch"); + } + } + /// /// modifica campo ricerca... /// /// diff --git a/CMS_SC/WebUserControls/mod_testata.ascx.designer.cs b/CMS_SC/WebUserControls/mod_testata.ascx.designer.cs index af83200..9c2ab03 100644 --- a/CMS_SC/WebUserControls/mod_testata.ascx.designer.cs +++ b/CMS_SC/WebUserControls/mod_testata.ascx.designer.cs @@ -66,15 +66,6 @@ namespace CMS_SC.WebUserControls { /// protected global::System.Web.UI.HtmlControls.HtmlGenericControl liListValues; - /// - /// liImport control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.HtmlControls.HtmlGenericControl liImport; - /// /// liUserAdmin control. /// diff --git a/CMS_SC/bin/CMS-SC-Data.dll b/CMS_SC/bin/CMS-SC-Data.dll index 1444c97..b0731f7 100644 Binary files a/CMS_SC/bin/CMS-SC-Data.dll and b/CMS_SC/bin/CMS-SC-Data.dll differ diff --git a/CMS_SC/bin/CMS_SC.dll b/CMS_SC/bin/CMS_SC.dll index 8ee1b9a..aa63929 100644 Binary files a/CMS_SC/bin/CMS_SC.dll and b/CMS_SC/bin/CMS_SC.dll differ diff --git a/CMS_SC/bin/SteamWare.dll b/CMS_SC/bin/SteamWare.dll index fa8d9da..5c77e7a 100644 Binary files a/CMS_SC/bin/SteamWare.dll and b/CMS_SC/bin/SteamWare.dll differ diff --git a/CMS_SC/jumper.aspx b/CMS_SC/jumper.aspx new file mode 100644 index 0000000..824e15f --- /dev/null +++ b/CMS_SC/jumper.aspx @@ -0,0 +1,20 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="jumper.aspx.cs" Inherits="CMS_SC.jumper" %> + +<%@ Register src="WebUserControls/mod_enrollByJumperAuthKey.ascx" tagname="mod_enrollByJumperAuthKey" tagprefix="uc1" %> + + + + + + + + + + + + + + + + + diff --git a/CMS_SC/jumper.aspx.cs b/CMS_SC/jumper.aspx.cs new file mode 100644 index 0000000..0b2177e --- /dev/null +++ b/CMS_SC/jumper.aspx.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace CMS_SC +{ + public partial class jumper : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/CMS_SC/jumper.aspx.designer.cs b/CMS_SC/jumper.aspx.designer.cs new file mode 100644 index 0000000..0ce5c3e --- /dev/null +++ b/CMS_SC/jumper.aspx.designer.cs @@ -0,0 +1,33 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace CMS_SC { + + + public partial class jumper { + + /// + /// form1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + + /// + /// mod_enrollByJumperAuthKey1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::CMS_SC.WebUserControls.mod_enrollByJumperAuthKey mod_enrollByJumperAuthKey1; + } +} diff --git a/CMS_SC/logs/20150515.txt b/CMS_SC/logs/20150515.txt deleted file mode 100644 index b018612..0000000 --- a/CMS_SC/logs/20150515.txt +++ /dev/null @@ -1,220 +0,0 @@ -18:17:00 4837 [LEMMA] - AnagFamMacchine -18:17:00 4857 [LEMMA] - AnagMatricole -18:17:00 4867 [LEMMA] - AnagFasi -18:17:00 4877 [LEMMA] - AnagMisure -18:17:00 4887 [LEMMA] - AnagSchedeColl -18:17:00 4887 [LEMMA] - ElencoSchede -18:17:00 4897 [LEMMA] - Nuovascheda -18:17:00 4907 [LEMMA] - CmsScConf -18:17:00 4917 [LEMMA] - ReportCompatto -18:17:00 4917 [LEMMA] - ReportCompleto -18:17:00 4927 [LEMMA] - ReportCliente -18:17:00 4947 [LEMMA] - GestVoc -18:17:00 4957 [LEMMA] - ListValuesMgmt -18:17:00 4967 [LEMMA] - ImportData -18:17:00 4977 [LEMMA] - UserAdmin -18:17:00 4987 [LEMMA] - UpdateVoc -18:17:00 5007 [LEMMA] - UserAdminTitle -18:17:00 5017 [LEMMA] - UserAdminInstr01 -18:17:00 5037 [LEMMA] - EmailEnrollTitle -18:17:00 5057 [LEMMA] - btnReqNewKey -18:17:00 5057 [LEMMA] - EmailEnrollExplTitle -18:17:00 5067 [LEMMA] - EmailEnrollExplInstr01 -18:18:00 5546 [LEMMA] - AnagFamMacchine -18:18:00 5556 [LEMMA] - AnagMatricole -18:18:00 5566 [LEMMA] - AnagFasi -18:18:00 5576 [LEMMA] - AnagMisure -18:18:00 5586 [LEMMA] - AnagSchedeColl -18:18:00 5596 [LEMMA] - ElencoSchede -18:18:00 5606 [LEMMA] - Nuovascheda -18:18:00 5606 [LEMMA] - CmsScConf -18:18:00 5616 [LEMMA] - ReportCompatto -18:18:00 5626 [LEMMA] - ReportCompleto -18:18:00 5636 [LEMMA] - ReportCliente -18:18:00 5636 [LEMMA] - GestVoc -18:18:00 5646 [LEMMA] - ListValuesMgmt -18:18:00 5656 [LEMMA] - ImportData -18:18:00 5666 [LEMMA] - UserAdmin -18:18:00 5666 [LEMMA] - UpdateVoc -18:18:00 5676 [LEMMA] - UserAdminTitle -18:18:00 5686 [LEMMA] - UserAdminInstr01 -18:18:00 5696 [LEMMA] - EmailEnrollTitle -18:18:00 5706 [LEMMA] - btnReqNewKey -18:18:00 5716 [LEMMA] - EmailEnrollExplTitle -18:18:00 5716 [LEMMA] - EmailEnrollExplInstr01 -18:19:00 5916 [LEMMA] - AnagFamMacchine -18:19:00 5926 [LEMMA] - AnagMatricole -18:19:00 5936 [LEMMA] - AnagFasi -18:19:00 5946 [LEMMA] - AnagMisure -18:19:00 5956 [LEMMA] - AnagSchedeColl -18:19:00 5966 [LEMMA] - ElencoSchede -18:19:00 5966 [LEMMA] - Nuovascheda -18:19:00 5976 [LEMMA] - CmsScConf -18:19:00 5986 [LEMMA] - ReportCompatto -18:19:00 5996 [LEMMA] - ReportCompleto -18:19:00 6006 [LEMMA] - ReportCliente -18:19:00 6016 [LEMMA] - GestVoc -18:19:00 6026 [LEMMA] - ListValuesMgmt -18:19:00 6026 [LEMMA] - ImportData -18:19:00 6036 [LEMMA] - UserAdmin -18:19:00 6046 [LEMMA] - UpdateVoc -18:19:00 6056 [LEMMA] - UserAdminTitle -18:19:00 6066 [LEMMA] - UserAdminInstr01 -18:19:00 6076 [LEMMA] - EmailEnrollTitle -18:19:00 6096 [LEMMA] - btnReqNewKey -18:19:00 6106 [LEMMA] - EmailEnrollExplTitle -18:19:00 6106 [LEMMA] - EmailEnrollExplInstr01 -18:20:00 6295 [LEMMA] - AnagFamMacchine -18:20:00 6305 [LEMMA] - AnagMatricole -18:20:00 6315 [LEMMA] - AnagFasi -18:20:00 6315 [LEMMA] - AnagMisure -18:20:00 6325 [LEMMA] - AnagSchedeColl -18:20:00 6335 [LEMMA] - ElencoSchede -18:20:00 6345 [LEMMA] - Nuovascheda -18:20:00 6355 [LEMMA] - CmsScConf -18:20:00 6355 [LEMMA] - ReportCompatto -18:20:00 6365 [LEMMA] - ReportCompleto -18:20:00 6375 [LEMMA] - ReportCliente -18:20:00 6385 [LEMMA] - GestVoc -18:20:00 6385 [LEMMA] - ListValuesMgmt -18:20:00 6395 [LEMMA] - ImportData -18:20:00 6405 [LEMMA] - UserAdmin -18:20:00 6415 [LEMMA] - UpdateVoc -18:20:00 6425 [LEMMA] - UserAdminTitle -18:20:00 6435 [LEMMA] - UserAdminInstr01 -18:20:00 6445 [LEMMA] - EmailEnrollTitle -18:20:00 6455 [LEMMA] - btnReqNewKey -18:20:00 6455 [LEMMA] - EmailEnrollExplTitle -18:20:00 6465 [LEMMA] - EmailEnrollExplInstr01 -18:21:00 6665 [LEMMA] - AnagFamMacchine -18:21:00 6675 [LEMMA] - AnagMatricole -18:21:00 6695 [LEMMA] - AnagFasi -18:21:00 6705 [LEMMA] - AnagMisure -18:21:00 6725 [LEMMA] - AnagSchedeColl -18:21:00 6735 [LEMMA] - ElencoSchede -18:21:00 6745 [LEMMA] - Nuovascheda -18:21:00 6755 [LEMMA] - CmsScConf -18:21:00 6755 [LEMMA] - ReportCompatto -18:21:00 6765 [LEMMA] - ReportCompleto -18:21:00 6775 [LEMMA] - ReportCliente -18:21:00 6785 [LEMMA] - GestVoc -18:21:00 6795 [LEMMA] - ListValuesMgmt -18:21:00 6795 [LEMMA] - ImportData -18:21:00 6805 [LEMMA] - UserAdmin -18:21:00 6815 [LEMMA] - UpdateVoc -18:21:00 6825 [LEMMA] - UserAdminTitle -18:21:00 6835 [LEMMA] - UserAdminInstr01 -18:21:00 6835 [LEMMA] - EmailEnrollTitle -18:21:00 6845 [LEMMA] - btnReqNewKey -18:21:00 6855 [LEMMA] - EmailEnrollExplTitle -18:21:00 6865 [LEMMA] - EmailEnrollExplInstr01 -18:22:00 7064 [LEMMA] - AnagFamMacchine -18:22:00 7074 [LEMMA] - AnagMatricole -18:22:00 7084 [LEMMA] - AnagFasi -18:22:00 7094 [LEMMA] - AnagMisure -18:22:00 7104 [LEMMA] - AnagSchedeColl -18:22:00 7114 [LEMMA] - ElencoSchede -18:22:00 7124 [LEMMA] - Nuovascheda -18:22:00 7134 [LEMMA] - CmsScConf -18:22:00 7134 [LEMMA] - ReportCompatto -18:22:00 7144 [LEMMA] - ReportCompleto -18:22:00 7154 [LEMMA] - ReportCliente -18:22:00 7164 [LEMMA] - GestVoc -18:22:00 7164 [LEMMA] - ListValuesMgmt -18:22:00 7174 [LEMMA] - ImportData -18:22:00 7184 [LEMMA] - UserAdmin -18:22:00 7194 [LEMMA] - UpdateVoc -18:22:00 7204 [LEMMA] - UserAdminTitle -18:22:00 7204 [LEMMA] - UserAdminInstr01 -18:22:00 7214 [LEMMA] - EmailEnrollTitle -18:22:00 7224 [LEMMA] - btnReqNewKey -18:22:00 7234 [LEMMA] - EmailEnrollExplTitle -18:22:00 7244 [LEMMA] - EmailEnrollExplInstr01 -18:23:00 7434 [LEMMA] - AnagFamMacchine -18:23:00 7444 [LEMMA] - AnagMatricole -18:23:00 7454 [LEMMA] - AnagFasi -18:23:00 7464 [LEMMA] - AnagMisure -18:23:00 7474 [LEMMA] - AnagSchedeColl -18:23:00 7484 [LEMMA] - ElencoSchede -18:23:00 7494 [LEMMA] - Nuovascheda -18:23:00 7504 [LEMMA] - CmsScConf -18:23:00 7514 [LEMMA] - ReportCompatto -18:23:00 7524 [LEMMA] - ReportCompleto -18:23:00 7534 [LEMMA] - ReportCliente -18:23:00 7544 [LEMMA] - GestVoc -18:23:00 7554 [LEMMA] - ListValuesMgmt -18:23:00 7564 [LEMMA] - ImportData -18:23:00 7574 [LEMMA] - UserAdmin -18:23:00 7584 [LEMMA] - UpdateVoc -18:23:00 7594 [LEMMA] - UserAdminTitle -18:23:00 7604 [LEMMA] - UserAdminInstr01 -18:23:00 7614 [LEMMA] - EmailEnrollTitle -18:23:00 7614 [LEMMA] - btnReqNewKey -18:23:00 7624 [LEMMA] - EmailEnrollExplTitle -18:23:00 7634 [LEMMA] - EmailEnrollExplInstr01 -18:24:00 7833 [LEMMA] - AnagFamMacchine -18:24:00 7843 [LEMMA] - AnagMatricole -18:24:00 7853 [LEMMA] - AnagFasi -18:24:00 7863 [LEMMA] - AnagMisure -18:24:00 7863 [LEMMA] - AnagSchedeColl -18:24:00 7873 [LEMMA] - ElencoSchede -18:24:00 7883 [LEMMA] - Nuovascheda -18:24:00 7893 [LEMMA] - CmsScConf -18:24:00 7893 [LEMMA] - ReportCompatto -18:24:00 7903 [LEMMA] - ReportCompleto -18:24:00 7913 [LEMMA] - ReportCliente -18:24:00 7923 [LEMMA] - GestVoc -18:24:00 7933 [LEMMA] - ListValuesMgmt -18:24:00 7933 [LEMMA] - ImportData -18:24:00 7953 [LEMMA] - UserAdmin -18:24:00 7953 [LEMMA] - UpdateVoc -18:24:00 7973 [LEMMA] - UserAdminTitle -18:24:00 7973 [LEMMA] - UserAdminInstr01 -18:24:00 7983 [LEMMA] - EmailEnrollTitle -18:24:00 7993 [LEMMA] - btnReqNewKey -18:24:00 8003 [LEMMA] - EmailEnrollExplTitle -18:24:00 8013 [LEMMA] - EmailEnrollExplInstr01 -18:25:00 8213 [LEMMA] - AnagFamMacchine -18:25:00 8223 [LEMMA] - AnagMatricole -18:25:00 8233 [LEMMA] - AnagFasi -18:25:00 8243 [LEMMA] - AnagMisure -18:25:00 8253 [LEMMA] - AnagSchedeColl -18:25:00 8263 [LEMMA] - ElencoSchede -18:25:00 8263 [LEMMA] - Nuovascheda -18:25:00 8273 [LEMMA] - CmsScConf -18:25:00 8283 [LEMMA] - ReportCompatto -18:25:00 8293 [LEMMA] - ReportCompleto -18:25:00 8303 [LEMMA] - ReportCliente -18:25:00 8313 [LEMMA] - GestVoc -18:25:00 8323 [LEMMA] - ListValuesMgmt -18:25:00 8333 [LEMMA] - ImportData -18:25:00 8343 [LEMMA] - UserAdmin -18:25:00 8353 [LEMMA] - UpdateVoc -18:25:00 8363 [LEMMA] - UserAdminTitle -18:25:00 8373 [LEMMA] - UserAdminInstr01 -18:25:00 8383 [LEMMA] - EmailEnrollTitle -18:25:00 8393 [LEMMA] - btnReqNewKey -18:25:00 8403 [LEMMA] - EmailEnrollExplTitle -18:25:00 8403 [LEMMA] - EmailEnrollExplInstr01 -18:26:00 8602 [LEMMA] - AnagFamMacchine -18:26:00 8612 [LEMMA] - AnagMatricole -18:26:00 8622 [LEMMA] - AnagFasi -18:26:00 8632 [LEMMA] - AnagMisure -18:26:00 8632 [LEMMA] - AnagSchedeColl -18:26:00 8642 [LEMMA] - ElencoSchede -18:26:00 8652 [LEMMA] - Nuovascheda -18:26:00 8662 [LEMMA] - CmsScConf -18:26:00 8672 [LEMMA] - ReportCompatto -18:26:00 8672 [LEMMA] - ReportCompleto -18:26:00 8682 [LEMMA] - ReportCliente -18:26:00 8692 [LEMMA] - GestVoc -18:26:00 8702 [LEMMA] - ListValuesMgmt -18:26:00 8702 [LEMMA] - ImportData -18:26:00 8712 [LEMMA] - UserAdmin -18:26:00 8722 [LEMMA] - UpdateVoc -18:26:00 8732 [LEMMA] - UserAdminTitle -18:26:00 8742 [LEMMA] - UserAdminInstr01 -18:26:00 8742 [LEMMA] - EmailEnrollTitle -18:26:00 8752 [LEMMA] - btnReqNewKey -18:26:00 8762 [LEMMA] - EmailEnrollExplTitle -18:26:00 8772 [LEMMA] - EmailEnrollExplInstr01 diff --git a/VersGen/bin/Release/VersGen.dll b/VersGen/bin/Release/VersGen.dll index 162bfe0..cb04a40 100644 Binary files a/VersGen/bin/Release/VersGen.dll and b/VersGen/bin/Release/VersGen.dll differ
Cost to Price for Extrusion