mirror of
https://github.com/hawkeye-stan/msfs-popout-panel-manager.git
synced 2024-11-22 13:50:14 +00:00
13 lines
273 B
C#
13 lines
273 B
C#
|
using MahApps.Metro.Controls;
|
|||
|
|
|||
|
namespace MSFSPopoutPanelManager.WpfApp
|
|||
|
{
|
|||
|
public partial class PanelConfigurationInstructionDialog : MetroWindow
|
|||
|
{
|
|||
|
public PanelConfigurationInstructionDialog()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|