1d54f18ede
- correzione filtro TCHist x webassembly - ok update after bind change
13 lines
243 B
C#
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;
|
|
}
|
|
}
|