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; using PlcUiControl; namespace YangjieTester.工站操作 { public partial class Form0_主站马达 :Form_StationBase { public Form0_主站马达() { InitializeComponent(); } } }