| 123456789101112131415161718192021 |
- using System;
- using System.Windows.Forms;
- using HslCommunication.ModBus;
- using HslCommunication.Profinet;
- namespace UAS_PLCDataReader
- {
- public partial class Form1 : Form
- {
- public Form1()
- {
- InitializeComponent();
- }
- private void Form1_Load(object sender, EventArgs e)
- {
- }
- }
- }
|