mono / gtk-sharp

Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono
http://www.mono-project.com/GtkSharp
Other
428 stars 139 forks source link

refs issue:#298 Fix mono compilation errors #300

Closed plprevost closed 3 years ago

plprevost commented 3 years ago

Fix of TestRange. The use of type "Range" is confused: either System.Range or Gtk.Range --> use of "using Gtk.Range;" to tell mcs to use the Gtk one.