Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
saip committed Sep 27, 2019
1 parent b67a39b commit 571f798
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions source/addins/VisibilityLibrary/Views/LLOSView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -392,17 +392,6 @@
<Setter Property="IsEnabled" Value="True" />
</MultiDataTrigger.Setters>
</MultiDataTrigger>
<!--<MultiDataTrigger>
<MultiDataTrigger.Conditions>
<Condition Binding="{Binding IsInputValid}" Value="True"/>
</MultiDataTrigger.Conditions>
<MultiDataTrigger.Setters>
<Setter Property="IsEnabled" Value="True" />
</MultiDataTrigger.Setters>
</MultiDataTrigger>-->
<!--<DataTrigger Binding="{Binding IsInputValid}" Value="True">
<Setter Property="IsEnabled" Value="True" />
</DataTrigger>-->
</Style.Triggers>
</Style>
</Button.Style>
Expand Down

0 comments on commit 571f798

Please sign in to comment.