Files
OnDoc/Client - Kopie (2)/Klassen/clsStaticValues.cs
Stefan Hutter 4093f8764d update 20241224
2024-12-24 11:13:02 +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();
}
}