Files
mapo-core/MP-TAB/MP-TAB/Data/UserServ.cs
T
Samuele Locatelli 1d54f18ede TAB:
- correzione filtro TCHist x webassembly
- ok update after bind change
2023-09-28 18:30:13 +02:00

13 lines
243 B
C#

namespace MP_TAB.Data
{
public class UserServ
{
/// <summary>
/// Matricola operatore corrente (x filtraggio dati)
/// ToDo: gestire login!!!
/// </summary>
public int MatrOpr = 102;
}
}