Inheritance: IKey, IKeyPropertyHolder, IStructuredSerializable
 internal void OnDestroy( Key k )
 {
     foreach( Layout l in _layouts.Values )
     {
         l.DestroyConfig( k, true );
     }
 }
Beispiel #2
0
 public LayoutKey( Layout layout, Key key )
 {
     _layout = layout;
     _key = key;
     Initialize( layout.Context );
 }