12 lines
194 B
C#
12 lines
194 B
C#
using Wino.Views.Abstract;
|
|
|
|
namespace Wino.Views.Settings;
|
|
|
|
public sealed partial class StoragePage : StoragePageAbstract
|
|
{
|
|
public StoragePage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|