Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using RobotNet.VDA5050.State;
|
||||
|
||||
namespace RobotNet10.RobotApp.Interfaces;
|
||||
|
||||
public interface IInfomation
|
||||
{
|
||||
Information[] InformationState { get; }
|
||||
void AddInfo(Information infor);
|
||||
void DeleteInfoType(string infoType);
|
||||
void ClearAllInfos();
|
||||
}
|
||||
Reference in New Issue
Block a user