Example #1
0
        public bool Visit(IJsCsGlue @object)
        {
            if (@object.JsValue != null)
            {
                return(false);
            }

            _Object = @object;
            _Object.RequestBuildInstruction(this);
            return(true);
        }
Example #2
0
 public void ApplyLocalChanges()
 {
     _Object.RequestBuildInstruction(this);
 }