18 lines
446 B
C#
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();
|
|
}
|
|
}
|