mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
16 lines
289 B
C#
16 lines
289 B
C#
|
using System.Windows.Controls;
|
|||
|
|
|||
|
namespace GameRes.Formats.GUI
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Interaction logic for WidgetMBL.xaml
|
|||
|
/// </summary>
|
|||
|
public partial class WidgetMBL : Grid
|
|||
|
{
|
|||
|
public WidgetMBL ()
|
|||
|
{
|
|||
|
InitializeComponent ();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|