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