public UseStatement(UseStatement other)
     : this(other.Database)
 {
 }
Esempio n. 2
0
 public UseStatement(UseStatement other)
     : this(other.Database.Clone())
 {
 }