Update gestione upload...

This commit is contained in:
Samuele E. Locatelli
2019-10-17 16:47:40 +02:00
parent 0ea6bd8663
commit 1b49a4a291
9 changed files with 355 additions and 85 deletions
+2 -7
View File
@@ -1,11 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace WebLCP
namespace WebLCP
{
public class BaseUserControl
public class BaseUserControl : SteamWare.UserControl
{
}
}