public ConnectionAdapter(ProjectAdapter p, Connection c)
 {
     _project = p;
     Connection = c;
 }
Exemple #2
0
 public ConnectionMenuItem(Connection c)
     : base(c.DisplayName)
 {
     Connection = c;
 }