コード例 #1
0
 public override void Execute()
 {
     if (this.Expression != null)
     {
         var objectGraphWindow = ObjectGraphWindow.EnsureShown();
         objectGraphWindow.ShownExpression = this.Expression;
     }
 }
コード例 #2
0
 public override void Run()
 {
     ObjectGraphWindow.EnsureShown();
 }
コード例 #3
0
        public override void Execute()
        {
            var objectGraphWindow = ObjectGraphWindow.EnsureShown();

            objectGraphWindow.ShownExpression = new GraphExpression(this.ValueName, this.GetValue);
        }