13 lines
232 B
C#
13 lines
232 B
C#
using System.Windows.Forms;
|
|
|
|
namespace SuperMap.RealEstate.Launcher.Deploy
|
|
{
|
|
public partial class frmAppRunsConfig : Form
|
|
{
|
|
public frmAppRunsConfig()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|