Skip to content

Commit

Permalink
1400-3-16
Browse files Browse the repository at this point in the history
  • Loading branch information
AMiR-S-P committed Jun 6, 2021
1 parent 089520e commit 2516cfe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
<StackPanel Margin="5">
<TextBlock Text="Angle" FontSize="14" Foreground="Black"/>
<TextBox Text="{Binding Angle,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Stretch" VerticalAlignment="Center" Margin="5" />
<Button Content="test" Click="Button_Click"/>
</StackPanel>
</UserControl>
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,7 @@ public partial class AnalogousProperties : UserControl
public AnalogousProperties()
{
InitializeComponent();
DataContextChanged += AnalogousProperties_DataContextChanged;
}

private void AnalogousProperties_DataContextChanged(object sender, DependencyPropertyChangedEventArgs e)
{
}

private void Button_Click(object sender, RoutedEventArgs e)

{

}
}
}

0 comments on commit 2516cfe

Please sign in to comment.