Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using RobotNet.VDA5050.State;
|
||||
|
||||
namespace RobotNet10.RobotApp.Interfaces;
|
||||
|
||||
public interface ILoad
|
||||
{
|
||||
Load[] Load { get; }
|
||||
|
||||
void AddLoad(Load load);
|
||||
void ClearLoad();
|
||||
}
|
||||
Reference in New Issue
Block a user