Files
BeWoPlaner/Shared/AppSender/OwnSoftSender.cs
2025-01-07 10:58:00 +01:00

16 lines
236 B
C#

using BS.Shared.Core;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
namespace BS.Shared.AppSender
{
public static class OwnSoftSender
{
}
}