更新整理
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 824 B |
@@ -29,7 +29,7 @@ public class Card : System.Windows.Controls.ContentControl
|
||||
|
||||
private static void OnFooterChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
|
||||
{
|
||||
if(d is not Card control)
|
||||
if (d is not Card control)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user