ASCU_ALL/DataClient/Struct/Analog.cs

13 lines
172 B
C#
Raw Normal View History

2021-06-06 20:52:44 +05:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
2021-06-08 20:57:54 +05:00
namespace DataClient.Struct
2021-06-06 20:52:44 +05:00
{
2021-06-08 20:57:54 +05:00
class Analog
{
}
2021-06-06 20:52:44 +05:00
}