示例#1
0
 public PWGraphSettingsBar(PWGraph graph)
 {
     this.graph = graph;
     delayedChanges.BindCallback(graphProcessKey, (unused) => { graph.Process(); });
     onDraw = DrawDefault;
 }