Files
App/OwnChar.App.Desktop/UI/MainTabs/Controls/MemberViewControl.cs
2024-05-27 20:55:52 +02:00

21 lines
432 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace OwnChar.App.Desktop.UI.MainTabs.Controls
{
public partial class MemberViewControl : UserControl
{
public MemberViewControl()
{
InitializeComponent();
}
}
}