mirror of
https://github.com/zhaopeiym/IoTClient
synced 2025-10-26 22:15:44 +08:00
21 lines
419 B
C#
21 lines
419 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel;
|
|
using System.Drawing;
|
|
using System.Data;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using System.Windows.Forms;
|
|
|
|
namespace IoTClient.Tool.Controls
|
|
{
|
|
public partial class OmronFinsTcpControl : UserControl
|
|
{
|
|
public OmronFinsTcpControl()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|