mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-24 06:05:35 +08:00
17 lines
326 B
C#
17 lines
326 B
C#
|
using System.Windows;
|
|||
|
using System.Windows.Controls;
|
|||
|
|
|||
|
namespace GameRes.Formats.GUI
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Interaction logic for CreateSGWidget.xaml
|
|||
|
/// </summary>
|
|||
|
public partial class CreateSGWidget : Grid
|
|||
|
{
|
|||
|
public CreateSGWidget ()
|
|||
|
{
|
|||
|
InitializeComponent ();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|