12 lines
219 B
C#
12 lines
219 B
C#
using SteamWare;
|
|
using System;
|
|
|
|
public partial class menu : UserPage
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
// reset dati in cache x DbConfig...
|
|
SteamWare.memLayer.ML.resetAppConf();
|
|
}
|
|
}
|