Esempio n. 1
0
 private void Init(DockingStation config, Schema schema)
 {
     // clone it so we don't have to worry about the configuration settings
     // changing behind our back.
     _configDS = (DockingStation)config.Clone();
     _schema   = (Schema)schema.Clone();
 }