public MainWindow() : base(Gtk.WindowType.Toplevel) { Build(); this.AddEvents((int)Gdk.EventMask.KeyPressMask); newThread = new Project.Thread(this); newThread.DownloadPosts("posts.xml"); }
public MainWindow() : base(Gtk.WindowType.Toplevel) { Build (); this.AddEvents ((int)Gdk.EventMask.KeyPressMask); newThread = new Project.Thread (this); newThread.DownloadPosts ("posts.xml"); }