1
0
mirror of synced 2024-11-13 18:50:50 +01:00
Switch-Toolbox/Switch_Toolbox_Library/GUI/Assimp Settings.cs
2018-11-11 19:48:33 -05:00

21 lines
414 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;
namespace Switch_Toolbox.Library.GUI
{
public partial class Assimp_Settings : UserControl
{
public Assimp_Settings()
{
InitializeComponent();
}
}
}