Esempio n. 1
0
 static Matrix()
 {
     ContainerBridgeRepository.Add(new MatrixContainerBridge());
 }
Esempio n. 2
0
 public GenericBridge()
 {
     this._Bridge = ContainerBridgeRepository.Get <T>();
 }