Files
2026-05-29 10:07:05 +08:00

22 lines
380 B
C#

using Global;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DTTest
{
public static class IIMMInterface
{
//public static IModelManagement3 GetModelManagement<T>(this T tt) where T : IIMM
//{
// return new ModelManagement();
//}
}
}