aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/Software_CRC
ModeNameSize
-rw-r--r--sw_crc.c24969logstatsplain
-rw-r--r--sw_crc.h1387logstatsplain
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.MachineStudio.UsersAndRoles.Navigation
{
    public enum UsersAndRolesNavigationView
    {
        OrganizationSelectionView,
        OrganizationManagementView,
        UserManagementView,
    }
}