2025-03-28 09:49:56 +08:00

13 lines
232 B
C#

using System.Windows.Forms;
namespace SuperMap.RealEstate.Launcher.Deploy
{
public partial class frmAppRunsConfig : Form
{
public frmAppRunsConfig()
{
InitializeComponent();
}
}
}