12 lines
194 B
C#
12 lines
194 B
C#
using System.Windows.Controls;
|
|
|
|
namespace AmebaPro3_ControlPanel.Views.Pages;
|
|
|
|
public partial class JLinkPage : UserControl
|
|
{
|
|
public JLinkPage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|