using RobotNet.VDA5050.State; namespace RobotNet10.RobotApp.Interfaces; public interface IInfomation { Information[] InformationState { get; } void AddInfo(Information infor); void DeleteInfoType(string infoType); void ClearAllInfos(); }