17 lines
227 B
C#
17 lines
227 B
C#
// Copyright (c) 2025- schick Informatik
|
|
// Description: Some extensions only relevant to ENI itself
|
|
//
|
|
|
|
using bsmd.database;
|
|
|
|
using System;
|
|
|
|
namespace ENI2.Util
|
|
{
|
|
internal static class Extensions
|
|
{
|
|
|
|
|
|
}
|
|
}
|