Ejemplo n.º 1
0
 public CreateData(string[] options, string windowName, Rect rect, int index) : base(windowName, rect, index)
 {
     scrollView            = new ScrollView();
     selectionGrid         = new SelectionGrid();
     onCreateDataFile      = new OnCreateButton();
     selectionGrid.options = options;
 }
Ejemplo n.º 2
0
 public FileHierarchy(string windowName, Rect rect, int index) : base(windowName, rect, index)
 {
     scrollView    = new ScrollView();
     selectionGrid = new SelectionGrid();
 }