Inheritance: Gtk.Window
Esempio n. 1
0
 public static void Main(string[] args)
 {
     Application.Init ();
     VolatileReader win = new VolatileReader ();
     win.Show ();
     Application.Run ();
 }
Esempio n. 2
0
        public static void Main(string[] args)
        {
            Application.Init();
            VolatileReader win = new VolatileReader();

            win.Show();
            Application.Run();
        }