public EditorShell (Glade.XML gxml, GConf.ChangeSet cs)
		{
			this.gxml = gxml;
			this.cs = cs;
		}
示例#2
0
 public EditorShell(Glade.XML gxml, GConf.ChangeSet cs)
 {
     this.gxml = gxml;
     this.cs   = cs;
 }