BaoKai_202508-Wms-Jingwang..../Scada/FrmSetOp.cs

31 lines
597 B
C#
Raw Permalink Normal View History

2025-08-24 09:35:55 +08:00
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 Scada
{
public partial class FrmSetOp : Form
{
public FrmSetOp()
{
InitializeComponent();
}
private void ctrlButtons1_Click(object sender, EventArgs e)
{
DialogResult= DialogResult.Cancel;
}
private void ctrlButtons4_Click(object sender, EventArgs e)
{
}
}
}