예제 #1
0
 public void Init()
 {
     // TrackInfoDisplay is a widget, so we need to initialize GTK
     Gtk.Application.Init ();
     display = new TextTrackInfoDisplay ();
 }
예제 #2
0
 public void Init()
 {
     // TrackInfoDisplay is a widget, so we need to initialize GTK
     Gtk.Application.Init();
     display = new TextTrackInfoDisplay();
 }