Exemplo n.º 1
0
 public BackgroundDataOperationNode(string content)
 {
     ParentNode = null;
     Operation  = null;
     Content    = content;
     Operation  = new BackgroundDataOperation();
     BackgroundDataOperation.Name = content;
 }
Exemplo n.º 2
0
 public BackgroundDataOperationNode(BackgroundDataOperation backgroundDataOperation)
 {
     Operation  = backgroundDataOperation;
     ParentNode = null;
 }