aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Images/Waste/absent.png
stat options
Period:
Authors:

Commits per author per week (path 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Images/Waste/absent.png')

AuthorW26 2026W27 2026W28 2026W29 2026Total
Total00000
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.MachineStudio.Common.Web
{
    public enum LoginMethod
    {
        [Description("Active Directory")]
        ActiveDirectory,
        [Description("Standard User")]
        StandardUser,
    }
}