Last-Modified: Thu, 09 Jul 2026 20:41:21 GMT Expires: Sun, 06 Jul 2036 20:41:21 GMT MachineLoginViewVM.cs « ViewModels « Tango.MachineStudio.UI « MachineStudio « Visual_Studio « Software - Tango - Twine softwares
aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/MachineLoginViewVM.cs
blob: 81d3f4243c54cc5e73248e547dfe4fd234c875a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.MachineStudio.Logging.Parsing
{
    public class LogFile
    {
        public DateTime DateTime { get; set; }

        public String File { get; set; }
    }
}