using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using CoreFS.CA06; using Core.Mes.Client.Comm.Control; namespace Core.StlMes.Client.ZGDev.Tools { public partial class FrmPerforationRoller : FrmBase { public FrmPerforationRoller() { InitializeComponent(); } private void ultraTextEditor2_ValueChanged(object sender, EventArgs e) { } } }