Files
BeWoPlaner/BeWo/Core/BeWoUserUtils.cs
2026-05-29 11:03:04 +02:00

14 lines
186 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BeWo.Core
{
public static class BeWoUserUtils
{
}
}