using System; namespace Globals.Interfaces { public interface IPloeg { string naam { get; set; } } }