diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-26 15:36:46 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-26 15:36:46 +0200 |
| commit | f85525205cd68e3006b10a2ac15e88700818d66a (patch) | |
| tree | 09f721a656c9f8c3c6a14710189a7c572e3751d8 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MachineConnectionView.xaml.cs | |
| parent | 8904d1ef92408f982fbbc38ee622bf53b0f05d22 (diff) | |
| download | Tango-f85525205cd68e3006b10a2ac15e88700818d66a.tar.gz Tango-f85525205cd68e3006b10a2ac15e88700818d66a.zip | |
Same as previous commit...
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MachineConnectionView.xaml.cs')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MachineConnectionView.xaml.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MachineConnectionView.xaml.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MachineConnectionView.xaml.cs index 58cec1987..6c8e305e9 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MachineConnectionView.xaml.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/MachineConnectionView.xaml.cs @@ -24,11 +24,5 @@ namespace Tango.MachineStudio.UI.Views { InitializeComponent(); } - - private void OnConnectClicked(object sender, RoutedEventArgs e) - { - Window.GetWindow(this).DialogResult = true; - Window.GetWindow(this).Close(); - } } } |
