Exemplo n.º 1
0
 internal AmlNavigator(IReadOnlyResult result) : this(AmlReader.GetElement(result))
 {
 }
Exemplo n.º 2
0
 internal AmlNavigator(ServerException ex) : this(AmlReader.GetElement(ex))
 {
 }