10 lines
176 B
C#
10 lines
176 B
C#
using RobotNet.VDA5050.Factsheet;
|
|
using RobotNet.VDA5050.Type;
|
|
|
|
namespace RobotNet10.RobotApp.Interfaces;
|
|
|
|
public interface IFactsheet
|
|
{
|
|
Task PubFactsheet();
|
|
}
|