mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
reorganized project directory structure.
This commit is contained in:
16
ArcFormats/NitroPlus/CreateSGWidget.xaml.cs
Normal file
16
ArcFormats/NitroPlus/CreateSGWidget.xaml.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user