コード例 #1
0
 protected FunctionCallBase(WorkspaceModel workspace, FunctionCallNodeController controller)
     : base(workspace)
 {
     Controller = controller;
     Controller.SyncNodeWithDefinition(this);
 }
コード例 #2
0
ファイル: FunctionCallBase.cs プロジェクト: khoaho/Dynamo
 protected FunctionCallBase(FunctionCallNodeController controller)
 {
     Controller = controller;
     Controller.SyncNodeWithDefinition(this);
 }
コード例 #3
0
ファイル: FunctionCallBase.cs プロジェクト: RobertiF/Dynamo
 protected FunctionCallBase(WorkspaceModel workspace, FunctionCallNodeController controller) 
     : base(workspace)
 {
     Controller = controller;
     Controller.SyncNodeWithDefinition(this);
 }