Ultimi fix

This commit is contained in:
Samuele E. Locatelli
2020-02-08 16:38:12 +01:00
parent 3913bf3f79
commit 78b210e640
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ namespace NKC_WF
{
if (!Page.IsPostBack)
{
((SiteContent)this.Master).showSearch = false;
((SiteMaster)this.Master).showSearch = false;
}
}
}
+1 -1
View File
@@ -11,7 +11,7 @@ namespace NKC_WF
if (!Page.IsPostBack)
{
((SiteContent)this.Master).showSearch = false;
((SiteMaster)this.Master).showSearch = false;
mod_righePag.numRowPag = 10;
mod_vocabolario.pageSize = mod_righePag.numRowPag;
}