Exemplo n.º 1
0
        public TKP4(Componenten.IKruispunt kruispunt)
        {
            this.component = kruispunt;

            InitializeComponent();
        }
Exemplo n.º 2
0
 public DeterminatieComponent GetComponentById(int id)
 {
     return(Componenten.First(e => e.ComponentId == id));
 }