Content deleted Content added
→C# example: Variable declaration was forgotten. |
|||
Line 160:
public Logger SetNext(Logger nextlogger)
{
Logger lastLogger = this;
while(lastLogger.next != null)
|
→C# example: Variable declaration was forgotten. |
|||
Line 160:
public Logger SetNext(Logger nextlogger)
{
Logger lastLogger = this;
while(lastLogger.next != null)
|