aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio_v2/Tango.BLL/Objects/MachineConfiguration.cs
blob: f0b01a9130618364870aaf37be44c8d93d17141f (plain)
1
2
3
4
5
6
7
8
9
10
using System;
using System.Collections.Generic;
using System.Text;

namespace Tango.BLL.Objects
{
    public class MachineConfiguration
    {
    }
}