Beispiel #1
0
 public GUI()
 {
     EntitySelectionManager = new EntitySelectionManager()
     {
         GUI = this
     };
     AssemblerEditor = new AssemblerEditor()
     {
         GUI = this
     };
 }
Beispiel #2
0
 public AssemblerEditorScrollbar(AssemblerEditor editor)
 {
     Editor       = editor;
     IsHorizontal = false;
 }