Files
OnDoc/Client - Kopie/Klassen/clsStaticValues.cs
Stefan Hutter fcc74b25cb update 20241201
2024-12-01 18:34:28 +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();
}
}