Example #1
0
 public override void Handle(IEvent ev)
 {
     Console.Write("Matrix 1: " + HandlerStart.firstMatrix.ToString());
     Console.Write("4 - детерминант 1\n" + SquareMatrix.Determinant(HandlerStart.firstMatrix) + "\n");
 }