コード例 #1
0
 private void NextInputPath()
 {
     inputPathMode            = false;
     inputPathCorrectnessMode = true;
     Klub_u.SetInfo("Признак правильности пути = " + (CorrectPath ? "1" : "0") + " ");
     Klub_u.SetPathNumber(PathNumber, CorrectPath);
 }
コード例 #2
0
 private void NextInputPathCorrectness()
 {
     inputPathCorrectnessMode = false;
     Klub_u.SetInfo(Info);
     Klub_u.SetPathNumber(PathNumber, CorrectPath);
 }