1
0
Fork 0
mirror of https://github.com/hawkeye-stan/msfs-popout-panel-manager.git synced 2024-11-22 22:00:11 +00:00
msfs-popout-panel-manager/MainApp/AppUserControl/PopOutPanelCard/MoveAndResizePanelButton.xaml.cs

11 lines
238 B
C#
Raw Normal View History

2024-02-28 02:44:21 +00:00
namespace MSFSPopoutPanelManager.MainApp.AppUserControl.PopOutPanelCard
{
public partial class MoveAndResizePanelButton
{
public MoveAndResizePanelButton()
{
InitializeComponent();
}
}
}