Last-Modified: Fri, 17 Jul 2026 17:06:11 GMT Expires: Mon, 14 Jul 2036 17:06:11 GMT ResolvedIssuesView.xaml.cs « Views « Tango.MachineStudio.UI « MachineStudio « Visual_Studio « Software - Tango - Twine softwares
aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/ResolvedIssuesView.xaml.cs
blob: 7825bf587bcfb0256daa4a1b6bd89979f19794e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
    }
}