Files
IPyConsole/ControlLib/RightBar/RightBar.xaml.cs
2024-11-25 17:58:24 +08:00

11 lines
179 B
C#

using System.Windows.Controls;
namespace ControlLib.RightBar;
public partial class RightBar : UserControl
{
public RightBar()
{
InitializeComponent();
}
}