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