[Gtk-sharp-list] Store GUI Output in Properties

Sascha Manns Sascha.Manns at mailbox.org
Wed Jan 11 13:04:30 UTC 2017


Hi Baltasar,


i've changed that code, but nothing happens after clicking on ok.

I have the Program.cs:

public static void Main (string[] args)
        {

            Application.Init ();
            MainWindow win = new MainWindow ();
            win.Show ();
            Application.Run ();

            // For debug
            Console.Write("Application.Run succeeded");

            Engine.Publication.PublicationCreate();
        }

And it looks like the part after Application.Run() isn't executed.

Greetings
Sascha

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 837 bytes
Desc: OpenPGP digital signature
URL: <http://lists.dot.net/pipermail/gtk-sharp-list/attachments/20170111/3159db64/attachment.sig>


More information about the Gtk-sharp-list mailing list