1
0
mirror of synced 2024-12-05 04:17:59 +01:00
Switch-Toolbox/File_Format_Library/GUI/ActorEditorBotw.cs
2019-08-09 21:33:26 -04:00

22 lines
436 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using Toolbox.Library.Forms;
namespace FirstPlugin.Forms
{
public partial class ActorEditorBotw : STUserControl
{
public ActorEditorBotw()
{
InitializeComponent();
}
}
}