Files
I150/srcs/RobotNet10/RobotApp/RobotNet10.RobotApp/Interfaces/IFactsheet.cs
2026-07-03 16:37:12 +07:00

10 lines
176 B
C#

using RobotNet.VDA5050.Factsheet;
using RobotNet.VDA5050.Type;
namespace RobotNet10.RobotApp.Interfaces;
public interface IFactsheet
{
Task PubFactsheet();
}