#region using System.Windows.Forms; #endregion namespace CSFrameworkV5.SystemModule { public partial class Form1 : Form { public Form1() { InitializeComponent(); } } }