
| Current Path : /var/www/web-klick.de/dsh/91_archiv/cis/project8/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/web-klick.de/dsh/91_archiv/cis/project8/Main.cs |
// project created on 04/17/2006 at 18:39
using System;
using Gtk;
class MainClass
{
public static void Main (string[] args)
{
Application.Init ();
new MyWindoww ();
Application.Run ();
}
}