From 7171e1a3b7579420f2060798c649088d70565401 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 30 Aug 2018 12:35:00 +0300 Subject: Implemented In-Memory Transport Adapter. Implemented Embedded In-Memory Emulator. --- .../Tango.MachineStudio.Common/MachineStudioSettings.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/MachineStudioSettings.cs') diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/MachineStudioSettings.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/MachineStudioSettings.cs index 706f82774..f54611d9c 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/MachineStudioSettings.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/MachineStudioSettings.cs @@ -46,12 +46,26 @@ namespace Tango.MachineStudio.Common /// public Rect LastBounds { get; set; } + /// + /// Gets or sets the default issue report assign to. + /// public String DefaultIssueReportAssignTo { get; set; } + /// + /// Gets or sets the default issue report area. + /// public String DefaultIssueReportArea { get; set; } + /// + /// Gets or sets the default issue report tags. + /// public List DefaultIssueReportTags { get; set; } + /// + /// Gets or sets a value indicating whether add external bridge client emulator when scanning for connected machines. + /// + public bool UseExternalBridgeEmulator { get; set; } + /// /// Initializes a new instance of the class. /// -- cgit v1.3.1