mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-08-19 05:33:25 +08:00
12 lines
197 B
C#
12 lines
197 B
C#
|
|
using Avalonia.Controls;
|
||
|
|
|
||
|
|
namespace LanMountainDesktop.Mobile.Views;
|
||
|
|
|
||
|
|
public partial class WidgetPanelView : UserControl
|
||
|
|
{
|
||
|
|
public WidgetPanelView()
|
||
|
|
{
|
||
|
|
InitializeComponent();
|
||
|
|
}
|
||
|
|
}
|