Пример #1
0
 /// <summary>
 /// TODO: Implement this
 /// Determine where each part will fit on the given Rectangle (in testModel).
 ///
 /// </summary>
 /// <param name="test">test to evaluate</param>
 /// <returns>list of complete shapes, each with where they should start</returns>
 private static List <Shape> GetInsertedShapePositions(TestModel test)
 {
     return(MySolution.GetInsertedShapePositions(test));
 }