using Sunny.UI; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace YangjieTester.工站操作 { public partial class Form30_封装前定位 : Form_StationBase { public Form30_封装前定位() { InitializeComponent(); } } }