Esempio n. 1
0
 public override Gtk.Widget CreatePanelWidget()
 {
     panel = new ResourcesCompilerOptionsPanel ();
     panel.Load();
     return panel;
 }
Esempio n. 2
0
 public override Gtk.Widget CreatePanelWidget()
 {
     panel = new ResourcesCompilerOptionsPanel();
     panel.Load();
     return(panel);
 }