Beispiel #1
0
 static SearcherService()
 {
     GraphView = new SearcherGraphView(new Store(new State(new VSEditorDataModel(null))));
     GraphView.style.flexGrow = 1;
     GraphView.style.position = Position.Relative;
 }
 static SearcherService()
 {
     GraphView = new SearcherGraphView(new Store(new State(new VSEditorDataModel(null))));
 }