Add project files.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace TheXamlGuy.UI.WPF.Controls;
|
||||
|
||||
public class FlipViewItem : ContentControl
|
||||
{
|
||||
public FlipViewItem()
|
||||
{
|
||||
DefaultStyleKey = typeof(FlipViewItem);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user