Esempio n. 1
0
 public static Connection FromDescriptor(string name, dynamic spec)
 {
     Connection connection = new Connection();
     connection.Name = name;
     connection.Components = spec["Components"];
     return connection;
 }