aboutsummaryrefslogtreecommitdiffstats
path: root/Software/DB/Scripts
ModeNameSize
-rw-r--r--Select With Local Datetime.sql175logstatsplain
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.MachineStudio.UI.Windows
{
    public enum ExceptionResolutions
    {
        Shutdown,
        Restart,
        Ignore,
        Report
    }
}