aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Integration/Emergency/EmergencyStatusChangedEventArgs.cs
blob: aad8ab4b7c23dbee025146b47398b51d143d1eb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.Integration.Emergency
{
    public class EmergencyStatusChangedEventArgs
    {
        public EmergencyStatus Status { get; set; }
        public Exception ErrorException { get; set; }
    }
}
} else if (item.App == Tango.MachineService.Models.DownloadModel.DownloadApp.PPC) { <img src="~/Images/ppc.png" width="50" /> } else { <img src="~/Images/eureka.png" width="50" /> } </td> <td> <a style="display:inline" href="/Downloads/Download?blobName=@item.ID&downloadApp=@item.App">@item.Name</a> </td> <td>@item.Date</td> <td>@item.User</td> <td>@item.Comments</td> </tr> } </tbody> </table>