IModGlobal.cs 140 B

12345678
  1. using Quadarax.Foundation.Infrastructure;
  2. namespace _Workbench.Layers.Modules
  3. {
  4. public interface IModGlobal : IModule
  5. {
  6. }
  7. }