public override void Execute() { if (this.Expression != null) { var objectGraphWindow = ObjectGraphWindow.EnsureShown(); objectGraphWindow.ShownExpression = this.Expression; } }
public override void Run() { ObjectGraphWindow.EnsureShown(); }
public override void Execute() { var objectGraphWindow = ObjectGraphWindow.EnsureShown(); objectGraphWindow.ShownExpression = new GraphExpression(this.ValueName, this.GetValue); }