33 lines
618 B
C#
33 lines
618 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel;
|
|
using System.Data;
|
|
using System.Drawing;
|
|
using System.Text;
|
|
using System.Windows.Forms;
|
|
using System.Text.RegularExpressions;
|
|
using System.Collections;
|
|
using System.IO;
|
|
using System.Xml;
|
|
|
|
using Telerik.WinControls.UI;
|
|
|
|
namespace NSAnalysis
|
|
{
|
|
public partial class ZSFDEMO : Telerik.WinControls.UI.ShapedForm
|
|
{
|
|
#region 全局变量
|
|
#endregion
|
|
|
|
public ZSFDEMO()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
|
|
private void ZSFDEMO_Load(object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|