예제 #1
0
 private FileV8Tree GetModelsTree(FileV8Tree rootPropertiesTree)
 {
     if (rootPropertiesTree.GetLeaf(3, 1, 3, 0).Value.Equals(@"3daea016-69b7-4ed4-9453-127911372fe6"))
     {
         return rootPropertiesTree.GetLeaf(3, 1, 3);
     }
     else if (rootPropertiesTree.GetLeaf(3, 1, 4, 0).Value.Equals(@"3daea016-69b7-4ed4-9453-127911372fe6"))
     {
         return rootPropertiesTree.GetLeaf(3, 1, 4);
     }
     return null;
 }
예제 #2
0
 private FileV8Tree GetFormsTree(FileV8Tree rootPropertiesTree)
 {
     if (rootPropertiesTree.GetLeaf(3, 1, 5, 0).Value.Equals(@"d5b0e5ed-256d-401c-9c36-f630cafd8a62"))
     {
         return rootPropertiesTree.GetLeaf(3, 1, 5);
     }
     else if (rootPropertiesTree.GetLeaf(3, 1, 5, 0).Value.Equals(@"a3b368c0-29e2-11d6-a3c7-0050bae0a776"))
     {
         return rootPropertiesTree.GetLeaf(3, 1, 5);
     }
     return null;
 }