Files
PIbd-32_BuslaevRoman_KOP/ComponentOrientedPlatform/Model/ComponentMenuGroup.cs
2025-09-23 14:07:38 +04:00

14 lines
236 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ComponentOrientedPlatform.Model;
public enum ComponentMenuGroup
{
Directories = 0,
Reports = 1
}