Пример #1
0
 public Request(PlagCheck_Server.Problem chosenProb, string lang, List <PlagCheck_Server.Solution> solList, bool internalCheck)
 {
     chosenProblem   = chosenProb;
     chosenLanguage  = lang;
     solutionList    = solList;
     isInternalCheck = internalCheck;
 }
Пример #2
0
 public Request()
 {
     chosenProblem   = new PlagCheck_Server.Problem();
     chosenLanguage  = "";
     solutionList    = new List <PlagCheck_Server.Solution>();
     isInternalCheck = false;
 }