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