DeviceManager/TsSFCDevice.Client.Launch/sysConfig/pageJumpCheckView.cs
2024-08-05 17:21:06 +08:00

21 lines
479 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
using DevExpress.XtraBars;
namespace TsSFCDevice.Client.Launch.sysConfig
{
public partial class pageJumpCheckView : DevExpress.XtraBars.Ribbon.RibbonForm
{
public pageJumpCheckView()
{
InitializeComponent();
}
}
}