tidy
This commit is contained in:
@@ -54,7 +54,7 @@ public class ContentTemplate :
|
||||
|
||||
control.Loaded += HandleLoaded;
|
||||
control.Unloaded += HandleUnloaded;
|
||||
|
||||
|
||||
viewModelContentBinder?.Set(control);
|
||||
|
||||
return control;
|
||||
@@ -67,4 +67,4 @@ public class ContentTemplate :
|
||||
}
|
||||
|
||||
public bool Match(object? data) => true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user