mirror of
https://github.com/Stone-Red-Code/ClipCMD.git
synced 2026-09-04 00:46:10 +02:00
11 lines
164 B
C#
11 lines
164 B
C#
using Avalonia.Controls;
|
|
|
|
namespace ClipCmd.Views;
|
|
|
|
public partial class MainView : UserControl
|
|
{
|
|
public MainView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |