remove useless files

This commit is contained in:
2019-06-22 11:28:32 +03:00
parent 340b3055f0
commit 3ff3dc4712
5 changed files with 1 additions and 69 deletions

View File

@@ -6,7 +6,6 @@ namespace BrightSharp.Behaviors
{
public class WindowMinMaxSizeBehavior : Behavior<Window>
{
private HwndSource hwndSource;
private MinMaxSize_Logic logic;
protected override void OnAttached()
{