Beispiel #1
0
        public IMatrix Clone()
        {
#if TODO
            return(new MatrixHandler(control.Clone()));
#else
            throw new NotImplementedException();
#endif
        }