Files
OnDoc/Client - Kopie/Klassen/clsStaticValues.cs
Stefan Hutter 10ed1e6087 update 20251113
2025-11-13 17:38:45 +01:00

18 lines
446 B
C#

using Syncfusion.Windows.Forms.Tools;
using Syncfusion.Windows.Forms.Tools.MultiColumnTreeView;
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OnDoc.Klassen
{
public static class StaticValues
{
public static string UserID { get; set; } = "";
public static TreeViewAdv vorlagen { get; set; } = new TreeViewAdv();
}
}