11 lines
170 B
C#
11 lines
170 B
C#
using Avalonia.Controls;
|
|
|
|
namespace Ursa.Demo.Pages;
|
|
|
|
public partial class DrawerDemo : UserControl
|
|
{
|
|
public DrawerDemo()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |