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

namespace Tango.Console.Network
{
    public class ConsoleCommandRequest
    {
        public String WorkingFolder { get; set; }
        public String Command { get; set; }
        public bool RunAsAdministrator { get; set; }
    }
}
U {B112D89A-A106-41AE-A0C1-4ABC84C477F5}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal pan class="w"> Tango.MachineStudio.Sites { [StudioModule(20)] public class SitesModule : StudioModuleBase { public override string Name { get { return "Sites"; } } public override string Description { get { return "Manage organizations sites and their common machine properties."; } } public override BitmapSource Image { get { return ResourceHelper.GetImageFromResources("Images/site.png"); } } public override Type MainViewType { get { return typeof(MainView); } } public override Permissions Permission { get { return Permissions.RunRMLModule; } } public override void Dispose() { } } }