implemented Steins;Gate archive creation.

This commit is contained in:
morkt
2014-07-29 07:02:49 +04:00
parent 8bc92d0dea
commit 3e2bab9dac
10 changed files with 306 additions and 9 deletions

View 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 ();
}
}
}