#总装移交版本

This commit is contained in:
HM-CN\zhengxuan.zhang
2025-03-07 11:44:37 +08:00
commit 8cf3fb42d6
654 changed files with 773421 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
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)
{
}
}
}