|
Browse by Tags
All Tags » .net 2.0 » Getting started ( RSS)
-
Hi! maybe not strongly sharpdevelop-related, but: I'm trying to create a simple glade project. The code is: using Glade; using Gtk; using System; public class GladeApp { [Widget] Label messageLabel; public static void Main (string[] args) { new GladeApp (args); } public GladeApp (string[] args) { Application...
Page 1 of 1 (1 items)
|
|
|