示例#1
0
 /// <summary>
 /// Revises the type of the problem.
 /// </summary>
 /// <param name="problemType">Type of the problem.</param>
 public virtual void ReviseProblemType(ProblemType problemType)
 {
     ProblemType = problemType;
 }
示例#2
0
 /// <summary>
 /// Revises the type of the problem.
 /// </summary>
 /// <param name="problemType">Type of the problem.</param>
 public virtual void ReviseProblemType(ProblemType problemType)
 {
     ProblemType = problemType;
 }