Re: [Linux-programlama] mono ile tümleºik çalışmak

---------

New Message Reply About this list Date view Thread view Subject view Author view Attachment view

From: Engin KUZU (enginkuzu@gmail.com)
Date: Sat 26 Nov 2005 - 02:16:16 EET


Kaynak kodda küçük sorunlar vardı, düzelttim. Tekrar deneyin.

//pencere deneme1 gtk ile gdk ögrenme...
using Gtk;
using GtkSharp;
using System;

class hello
{
    static void Main()
    {
        Application.Init ();
        Window window = new Window ("hello world");
        window.Show();
        Application.Run ();
    }
}

Cum, 2005-11-25 tarihinde 23:59 +0200 saatinde, Serdar Karacay yazdı:
> //pencere deneme1 gtk ile gdk ögrenme...
> using Gtk;
> using GtkSharp;
> using System;
>
> class hello
> {
> static void Main()
> {
> Apllication.Init ();
> Window window = new window ("hello world");
> window.Show();
> Apllication.Run ();
> }
> }
> Teşekkürler Linux
> Serdar KARAÇAY

_______________________________________________
Linux-programlama mailing list
Linux-programlama@liste.linux.org.tr
http://liste.linux.org.tr/mailman/listinfo/linux-programlama


New Message Reply About this list Date view Thread view Subject view Author view Attachment view

---------

Bu arsiv hypermail 2.1.2 tarafindan uretilmistir.