mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2026-07-11 21:49:42 +02:00
11 lines
223 B
C#
11 lines
223 B
C#
using Avalonia.Controls;
|
|
|
|
namespace Needlework.Net.Views.Pages.Endpoints;
|
|
|
|
public partial class EndpointTabItemContentView : UserControl
|
|
{
|
|
public EndpointTabItemContentView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |