Files
OnDoc/Client - Kopie (2)/Backup/Klassen/clsStaticValues.cs
Stefan Hutter 4093f8764d update 20241224
2024-12-24 11:13:02 +01:00

14 lines
248 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OnDoc.Klassen
{
internal class StaticValues
{
public static string UserID { get; set; } = "";
}
}