1
0
mirror of synced 2025-01-22 11:23:42 +01:00

22 lines
431 B
C#
Raw Normal View History

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