You've already forked IPyConsole
mirror of
https://github.com/izzy2lost/IPyConsole.git
synced 2026-03-10 11:52:51 -07:00
11 lines
176 B
C#
11 lines
176 B
C#
using System.Windows.Controls;
|
|
|
|
namespace ControlLib.Content;
|
|
|
|
public partial class Content : UserControl
|
|
{
|
|
public Content()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |