aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Notifications
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-01-24 13:28:53 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-01-24 13:28:53 +0200
commit7fff53b4e158212572dd0d83b5628e799e05ba01 (patch)
tree05932505d589d261515657241d53072af381d108 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Notifications
parentecb6665c860f8d7270af9cf8eefaf9ff05e54d62 (diff)
downloadTango-7fff53b4e158212572dd0d83b5628e799e05ba01.tar.gz
Tango-7fff53b4e158212572dd0d83b5628e799e05ba01.zip
Implemented forced environment version in machine studio.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Notifications')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Notifications/INotificationProvider.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Notifications/INotificationProvider.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Notifications/INotificationProvider.cs
index a2cf609b1..5f70f21f7 100644
--- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Notifications/INotificationProvider.cs
+++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Notifications/INotificationProvider.cs
@@ -155,6 +155,12 @@ namespace Tango.MachineStudio.Common.Notifications
bool ShowQuestion(String message);
/// <summary>
+ /// Shows a question message box with an error icon.
+ /// </summary>
+ /// <param name="message">The message.</param>
+ bool ShowErrorQuestion(String message);
+
+ /// <summary>
/// Shows a dialog with a text input field and returns the response.
/// </summary>
/// <param name="message">The message.</param>