﻿<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:nlo="http://nulllogicone.net/schema.rdfs#" xml:base="http://nulllogicone.net/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <nlo:TopLab rdf:about="TopLab/971c41f4-1817-452c-81ee-ec550267ef75">
    <dc:date>2026-07-26T18:18:21</dc:date>
    <dc:publisher rdf:resource="http://nulllogicone.net" />
    <nlo:topLabGuid>971c41f4-1817-452c-81ee-ec550267ef75</nlo:topLabGuid>
    <nlo:stammGuid>5ccbf5a3-4074-4e3c-a719-faf98eb7b02a</nlo:stammGuid>
    <nlo:postItGuid>4214d8ac-e017-4f26-be0a-55dbb2f53358</nlo:postItGuid>
    <nlo:titel>Der Control Code</nlo:titel>
    <nlo:topLab>Der Code war für OLI-it zu lang. 
Deshalb musste ich die eingebettete Klasse im obigen Code ausschneiden und füge sie hier ein:

&lt;pre&gt;// eigene Klasse für die EventArguments
public class DayRenderEventArgs : EventArgs
{
    public DateTime date;
    public HtmlTableCell cell;
    public DayRenderEventArgs(DateTime day, HtmlTableCell cell)
    {
        this.date = day;
        this.cell = cell;
    }
}&lt;/pre&gt;</nlo:topLab>
    <nlo:url />
    <nlo:lohn>0.2400</nlo:lohn>
    <nlo:datum>2007-01-16T00:11:27</nlo:datum>
    <nlo:typ>htm</nlo:typ>
    <nlo:datei rdf:resource="" />
  </nlo:TopLab>
</rdf:RDF>