file scoped namespaces (#565)
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
using Windows.UI.Xaml;
|
||||
|
||||
namespace Wino.Styles
|
||||
namespace Wino.Styles;
|
||||
|
||||
partial class WinoExpanderStyle : ResourceDictionary
|
||||
{
|
||||
partial class WinoExpanderStyle : ResourceDictionary
|
||||
public WinoExpanderStyle()
|
||||
{
|
||||
public WinoExpanderStyle()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user