Advertisement
tomek_rozpir

Untitled

Jan 17th, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.20 KB | None | 0 0
  1. private void tb1_PreviewKeyDown(object sender, KeyEventArgs e)
  2. {
  3. BoardsAlgorithm.board1Clear();
  4. RowsAlgorithm.row1Clear();
  5. ColumnsAlgorithm.column1Clear();
  6. UInt16.TryParse(tb1.Text, out o);
  7. BoardsAlgorithm.board1(o);
  8. BoardsAlgorithm.board1Check();
  9. RowsAlgorithm.row1(o);
  10. RowsAlgorithm.row1Check();
  11. ColumnsAlgorithm.column1(o);
  12. ColumnsAlgorithm.column1Check();
  13. }
  14.  
  15. private void tb2_PreviewKeyDown(object sender, KeyEventArgs e)
  16. {
  17. BoardsAlgorithm.board1Clear();
  18. RowsAlgorithm.row1Clear();
  19. ColumnsAlgorithm.column2Clear();
  20. UInt16.TryParse(tb2.Text, out o);
  21. BoardsAlgorithm.board1(o);
  22. BoardsAlgorithm.board1Check();
  23. RowsAlgorithm.row1(o);
  24. RowsAlgorithm.row1Check();
  25. ColumnsAlgorithm.column2(o);
  26. ColumnsAlgorithm.column2Check();
  27. }
  28. private void tb3_PreviewKeyDown(object sender, KeyEventArgs e)
  29. {
  30. BoardsAlgorithm.board1Clear();
  31. RowsAlgorithm.row1Clear();
  32. ColumnsAlgorithm.column3Clear();
  33. UInt16.TryParse(tb3.Text, out o);
  34. BoardsAlgorithm.board1(o);
  35. BoardsAlgorithm.board1Check();
  36. RowsAlgorithm.row1(o);
  37. RowsAlgorithm.row1Check();
  38. ColumnsAlgorithm.column3(o);
  39. ColumnsAlgorithm.column3Check();
  40. }
  41. private void tb4_PreviewKeyDown(object sender, KeyEventArgs e)
  42. {
  43. BoardsAlgorithm.board2Clear();
  44. RowsAlgorithm.row1Clear();
  45. ColumnsAlgorithm.column4Clear();
  46. UInt16.TryParse(tb4.Text, out o);
  47. BoardsAlgorithm.board2(o);
  48. BoardsAlgorithm.board2Check();
  49. RowsAlgorithm.row1(o);
  50. RowsAlgorithm.row1Check();
  51. ColumnsAlgorithm.column4(o);
  52. ColumnsAlgorithm.column4Check();
  53. }
  54. private void tb5_PreviewKeyDown(object sender, KeyEventArgs e)
  55. {
  56. BoardsAlgorithm.board2Clear();
  57. RowsAlgorithm.row1Clear();
  58. ColumnsAlgorithm.column5Clear();
  59. UInt16.TryParse(tb5.Text, out o);
  60. BoardsAlgorithm.board2(o);
  61. BoardsAlgorithm.board2Check();
  62. RowsAlgorithm.row1(o);
  63. RowsAlgorithm.row1Check();
  64. ColumnsAlgorithm.column5(o);
  65. ColumnsAlgorithm.column5Check();
  66. }
  67. private void tb6_PreviewKeyDown(object sender, KeyEventArgs e)
  68. {
  69. BoardsAlgorithm.board2Clear();
  70. RowsAlgorithm.row1Clear();
  71. ColumnsAlgorithm.column6Clear();
  72. UInt16.TryParse(tb6.Text, out o);
  73. BoardsAlgorithm.board2(o);
  74. BoardsAlgorithm.board2Check();
  75. RowsAlgorithm.row1(o);
  76. RowsAlgorithm.row1Check();
  77. ColumnsAlgorithm.column6(o);
  78. ColumnsAlgorithm.column6Check();
  79. }
  80. private void tb7_PreviewKeyDown(object sender, KeyEventArgs e)
  81. {
  82. BoardsAlgorithm.board3Clear();
  83. RowsAlgorithm.row1Clear();
  84. ColumnsAlgorithm.column7Clear();
  85. UInt16.TryParse(tb7.Text, out o);
  86. BoardsAlgorithm.board3(o);
  87. BoardsAlgorithm.board3Check();
  88. RowsAlgorithm.row1(o);
  89. RowsAlgorithm.row1Check();
  90. ColumnsAlgorithm.column7(o);
  91. ColumnsAlgorithm.column7Check();
  92. }
  93. private void tb8_PreviewKeyDown(object sender, KeyEventArgs e)
  94. {
  95. BoardsAlgorithm.board3Clear();
  96. RowsAlgorithm.row1Clear();
  97. ColumnsAlgorithm.column8Clear();
  98. UInt16.TryParse(tb8.Text, out o);
  99. BoardsAlgorithm.board3(o);
  100. BoardsAlgorithm.board3Check();
  101. RowsAlgorithm.row1(o);
  102. RowsAlgorithm.row1Check();
  103. ColumnsAlgorithm.column8(o);
  104. ColumnsAlgorithm.column8Check();
  105. }
  106. private void tb9_PreviewKeyDown(object sender, KeyEventArgs e)
  107. {
  108. BoardsAlgorithm.board3Clear();
  109. RowsAlgorithm.row1Clear();
  110. ColumnsAlgorithm.column9Clear();
  111. UInt16.TryParse(tb9.Text, out o);
  112. BoardsAlgorithm.board3(o);
  113. BoardsAlgorithm.board3Check();
  114. RowsAlgorithm.row1(o);
  115. RowsAlgorithm.row1Check();
  116. ColumnsAlgorithm.column9(o);
  117. ColumnsAlgorithm.column9Check();
  118. }
  119. private void tb10_PreviewKeyDown(object sender, KeyEventArgs e)
  120. {
  121. BoardsAlgorithm.board1Clear();
  122. RowsAlgorithm.row2Clear();
  123. ColumnsAlgorithm.column1Clear();
  124. UInt16.TryParse(tb10.Text, out o);
  125. BoardsAlgorithm.board1(o);
  126. BoardsAlgorithm.board1Check();
  127. RowsAlgorithm.row2(o);
  128. RowsAlgorithm.row2Check();
  129. ColumnsAlgorithm.column1(o);
  130. ColumnsAlgorithm.column1Check();
  131. }
  132. private void tb11_PreviewKeyDown(object sender, KeyEventArgs e)
  133. {
  134. BoardsAlgorithm.board1Clear();
  135. RowsAlgorithm.row2Clear();
  136. ColumnsAlgorithm.column2Clear();
  137. UInt16.TryParse(tb11.Text, out o);
  138. BoardsAlgorithm.board1(o);
  139. BoardsAlgorithm.board1Check();
  140. RowsAlgorithm.row2(o);
  141. RowsAlgorithm.row2Check();
  142. ColumnsAlgorithm.column2(o);
  143. ColumnsAlgorithm.column2Check();
  144. }
  145. private void tb12_PreviewKeyDown(object sender, KeyEventArgs e)
  146. {
  147. BoardsAlgorithm.board1Clear();
  148. RowsAlgorithm.row2Clear();
  149. ColumnsAlgorithm.column3Clear();
  150. UInt16.TryParse(tb12.Text, out o);
  151. BoardsAlgorithm.board1(o);
  152. BoardsAlgorithm.board1Check();
  153. RowsAlgorithm.row2(o);
  154. RowsAlgorithm.row2Check();
  155. ColumnsAlgorithm.column3(o);
  156. ColumnsAlgorithm.column3Check();
  157. }
  158. private void tb13_PreviewKeyDown(object sender, KeyEventArgs e)
  159. {
  160. BoardsAlgorithm.board2Clear();
  161. RowsAlgorithm.row2Clear();
  162. ColumnsAlgorithm.column4Clear();
  163. UInt16.TryParse(tb13.Text, out o);
  164. BoardsAlgorithm.board2(o);
  165. BoardsAlgorithm.board2Check();
  166. RowsAlgorithm.row2(o);
  167. RowsAlgorithm.row2Check();
  168. ColumnsAlgorithm.column4(o);
  169. ColumnsAlgorithm.column4Check();
  170. }
  171. private void tb14_PreviewKeyDown(object sender, KeyEventArgs e)
  172. {
  173. BoardsAlgorithm.board2Clear();
  174. RowsAlgorithm.row2Clear();
  175. ColumnsAlgorithm.column5Clear();
  176. UInt16.TryParse(tb14.Text, out o);
  177. BoardsAlgorithm.board2(o);
  178. BoardsAlgorithm.board2Check();
  179. RowsAlgorithm.row2(o);
  180. RowsAlgorithm.row2Check();
  181. ColumnsAlgorithm.column5(o);
  182. ColumnsAlgorithm.column5Check();
  183. }
  184. private void tb15_PreviewKeyDown(object sender, KeyEventArgs e)
  185. {
  186. BoardsAlgorithm.board2Clear();
  187. RowsAlgorithm.row2Clear();
  188. ColumnsAlgorithm.column6Clear();
  189. UInt16.TryParse(tb15.Text, out o);
  190. BoardsAlgorithm.board2(o);
  191. BoardsAlgorithm.board2Check();
  192. RowsAlgorithm.row2(o);
  193. RowsAlgorithm.row2Check();
  194. ColumnsAlgorithm.column6(o);
  195. ColumnsAlgorithm.column6Check();
  196. }
  197. private void tb16_PreviewKeyDown(object sender, KeyEventArgs e)
  198. {
  199. BoardsAlgorithm.board3Clear();
  200. RowsAlgorithm.row2Clear();
  201. ColumnsAlgorithm.column7Clear();
  202. UInt16.TryParse(tb16.Text, out o);
  203. BoardsAlgorithm.board3(o);
  204. BoardsAlgorithm.board3Check();
  205. RowsAlgorithm.row2(o);
  206. RowsAlgorithm.row2Check();
  207. ColumnsAlgorithm.column7(o);
  208. ColumnsAlgorithm.column7Check();
  209. }
  210. private void tb17_PreviewKeyDown(object sender, KeyEventArgs e)
  211. {
  212. BoardsAlgorithm.board3Clear();
  213. RowsAlgorithm.row2Clear();
  214. ColumnsAlgorithm.column8Clear();
  215. UInt16.TryParse(tb17.Text, out o);
  216. BoardsAlgorithm.board3(o);
  217. BoardsAlgorithm.board3Check();
  218. RowsAlgorithm.row2(o);
  219. RowsAlgorithm.row2Check();
  220. ColumnsAlgorithm.column8(o);
  221. ColumnsAlgorithm.column8Check();
  222. }
  223. private void tb18_PreviewKeyDown(object sender, KeyEventArgs e)
  224. {
  225. BoardsAlgorithm.board3Clear();
  226. RowsAlgorithm.row2Clear();
  227. ColumnsAlgorithm.column9Clear();
  228. UInt16.TryParse(tb18.Text, out o);
  229. BoardsAlgorithm.board3(o);
  230. BoardsAlgorithm.board3Check();
  231. RowsAlgorithm.row2(o);
  232. RowsAlgorithm.row2Check();
  233. ColumnsAlgorithm.column9(o);
  234. ColumnsAlgorithm.column9Check();
  235. }
  236. private void tb19_PreviewKeyDown(object sender, KeyEventArgs e)
  237. {
  238. BoardsAlgorithm.board1Clear();
  239. RowsAlgorithm.row3Clear();
  240. ColumnsAlgorithm.column1Clear();
  241. UInt16.TryParse(tb19.Text, out o);
  242. BoardsAlgorithm.board1(o);
  243. BoardsAlgorithm.board1Check();
  244. RowsAlgorithm.row3(o);
  245. RowsAlgorithm.row3Check();
  246. ColumnsAlgorithm.column1(o);
  247. ColumnsAlgorithm.column1Check();
  248. }
  249. private void tb20_PreviewKeyDown(object sender, KeyEventArgs e)
  250. {
  251. BoardsAlgorithm.board1Clear();
  252. RowsAlgorithm.row3Clear();
  253. ColumnsAlgorithm.column2Clear();
  254. UInt16.TryParse(tb20.Text, out o);
  255. BoardsAlgorithm.board1(o);
  256. BoardsAlgorithm.board1Check();
  257. RowsAlgorithm.row3(o);
  258. RowsAlgorithm.row3Check();
  259. ColumnsAlgorithm.column2(o);
  260. ColumnsAlgorithm.column2Check();
  261. }
  262. private void tb21_PreviewKeyDown(object sender, KeyEventArgs e)
  263. {
  264. BoardsAlgorithm.board1Clear();
  265. RowsAlgorithm.row3Clear();
  266. ColumnsAlgorithm.column3Clear();
  267. UInt16.TryParse(tb21.Text, out o);
  268. BoardsAlgorithm.board1(o);
  269. BoardsAlgorithm.board1Check();
  270. RowsAlgorithm.row3(o);
  271. RowsAlgorithm.row3Check();
  272. ColumnsAlgorithm.column3(o);
  273. ColumnsAlgorithm.column3Check();
  274. }
  275. private void tb22_PreviewKeyDown(object sender, KeyEventArgs e)
  276. {
  277. BoardsAlgorithm.board2Clear();
  278. RowsAlgorithm.row3Clear();
  279. ColumnsAlgorithm.column4Clear();
  280. UInt16.TryParse(tb22.Text, out o);
  281. BoardsAlgorithm.board2(o);
  282. BoardsAlgorithm.board2Check();
  283. RowsAlgorithm.row3(o);
  284. RowsAlgorithm.row3Check();
  285. ColumnsAlgorithm.column4(o);
  286. ColumnsAlgorithm.column4Check();
  287. }
  288. private void tb23_PreviewKeyDown(object sender, KeyEventArgs e)
  289. {
  290. BoardsAlgorithm.board2Clear();
  291. RowsAlgorithm.row3Clear();
  292. ColumnsAlgorithm.column5Clear();
  293. UInt16.TryParse(tb23.Text, out o);
  294. BoardsAlgorithm.board2(o);
  295. BoardsAlgorithm.board2Check();
  296. RowsAlgorithm.row3(o);
  297. RowsAlgorithm.row3Check();
  298. ColumnsAlgorithm.column5(o);
  299. ColumnsAlgorithm.column5Check();
  300. }
  301. private void tb24_PreviewKeyDown(object sender, KeyEventArgs e)
  302. {
  303. BoardsAlgorithm.board2Clear();
  304. RowsAlgorithm.row3Clear();
  305. ColumnsAlgorithm.column6Clear();
  306. UInt16.TryParse(tb24.Text, out o);
  307. BoardsAlgorithm.board2(o);
  308. BoardsAlgorithm.board2Check();
  309. RowsAlgorithm.row3(o);
  310. RowsAlgorithm.row3Check();
  311. ColumnsAlgorithm.column6(o);
  312. ColumnsAlgorithm.column6Check();
  313. }
  314. private void tb25_PreviewKeyDown(object sender, KeyEventArgs e)
  315. {
  316. BoardsAlgorithm.board3Clear();
  317. RowsAlgorithm.row3Clear();
  318. ColumnsAlgorithm.column7Clear();
  319. UInt16.TryParse(tb25.Text, out o);
  320. BoardsAlgorithm.board3(o);
  321. BoardsAlgorithm.board3Check();
  322. RowsAlgorithm.row3(o);
  323. RowsAlgorithm.row3Check();
  324. ColumnsAlgorithm.column7(o);
  325. ColumnsAlgorithm.column7Check();
  326. }
  327. private void tb26_PreviewKeyDown(object sender, KeyEventArgs e)
  328. {
  329. BoardsAlgorithm.board3Clear();
  330. RowsAlgorithm.row3Clear();
  331. ColumnsAlgorithm.column8Clear();
  332. UInt16.TryParse(tb26.Text, out o);
  333. BoardsAlgorithm.board3(o);
  334. BoardsAlgorithm.board3Check();
  335. RowsAlgorithm.row3(o);
  336. RowsAlgorithm.row3Check();
  337. ColumnsAlgorithm.column8(o);
  338. ColumnsAlgorithm.column8Check();
  339. }
  340. private void tb27_PreviewKeyDown(object sender, KeyEventArgs e)
  341. {
  342. BoardsAlgorithm.board3Clear();
  343. RowsAlgorithm.row3Clear();
  344. ColumnsAlgorithm.column9Clear();
  345. UInt16.TryParse(tb27.Text, out o);
  346. BoardsAlgorithm.board3(o);
  347. BoardsAlgorithm.board3Check();
  348. RowsAlgorithm.row3(o);
  349. RowsAlgorithm.row3Check();
  350. ColumnsAlgorithm.column9(o);
  351. ColumnsAlgorithm.column9Check();
  352. }
  353. private void tb28_PreviewKeyDown(object sender, KeyEventArgs e)
  354. {
  355. BoardsAlgorithm.board4Clear();
  356. RowsAlgorithm.row4Clear();
  357. ColumnsAlgorithm.column1Clear();
  358. UInt16.TryParse(tb28.Text, out o);
  359. BoardsAlgorithm.board4(o);
  360. BoardsAlgorithm.board4Check();
  361. RowsAlgorithm.row4(o);
  362. RowsAlgorithm.row4Check();
  363. ColumnsAlgorithm.column1(o);
  364. ColumnsAlgorithm.column1Check(); ;
  365. }
  366. private void tb29_PreviewKeyDown(object sender, KeyEventArgs e)
  367. {
  368. BoardsAlgorithm.board4Clear();
  369. RowsAlgorithm.row4Clear();
  370. ColumnsAlgorithm.column2Clear();
  371. UInt16.TryParse(tb29.Text, out o);
  372. BoardsAlgorithm.board4(o);
  373. BoardsAlgorithm.board4Check();
  374. RowsAlgorithm.row4(o);
  375. RowsAlgorithm.row4Check();
  376. ColumnsAlgorithm.column2(o);
  377. ColumnsAlgorithm.column2Check();
  378. }
  379. private void tb30_PreviewKeyDown(object sender, KeyEventArgs e)
  380. {
  381. BoardsAlgorithm.board4Clear();
  382. RowsAlgorithm.row4Clear();
  383. ColumnsAlgorithm.column3Clear();
  384. UInt16.TryParse(tb30.Text, out o);
  385. BoardsAlgorithm.board4(o);
  386. BoardsAlgorithm.board4Check();
  387. RowsAlgorithm.row4(o);
  388. RowsAlgorithm.row4Check();
  389. ColumnsAlgorithm.column3(o);
  390. ColumnsAlgorithm.column3Check();
  391. }
  392. private void tb31_PreviewKeyDown(object sender, KeyEventArgs e)
  393. {
  394. BoardsAlgorithm.board5Clear();
  395. RowsAlgorithm.row4Clear();
  396. ColumnsAlgorithm.column4Clear();
  397. UInt16.TryParse(tb31.Text, out o);
  398. BoardsAlgorithm.board5(o);
  399. BoardsAlgorithm.board5Check();
  400. RowsAlgorithm.row4(o);
  401. RowsAlgorithm.row4Check();
  402. ColumnsAlgorithm.column4(o);
  403. ColumnsAlgorithm.column4Check();
  404. }
  405. private void tb32_PreviewKeyDown(object sender, KeyEventArgs e)
  406. {
  407. BoardsAlgorithm.board5Clear();
  408. RowsAlgorithm.row4Clear();
  409. ColumnsAlgorithm.column5Clear();
  410. UInt16.TryParse(tb32.Text, out o);
  411. BoardsAlgorithm.board5(o);
  412. BoardsAlgorithm.board5Check();
  413. RowsAlgorithm.row4(o);
  414. RowsAlgorithm.row4Check();
  415. ColumnsAlgorithm.column5(o);
  416. ColumnsAlgorithm.column5Check();
  417. }
  418. private void tb33_PreviewKeyDown(object sender, KeyEventArgs e)
  419. {
  420. BoardsAlgorithm.board5Clear();
  421. RowsAlgorithm.row4Clear();
  422. ColumnsAlgorithm.column6Clear();
  423. UInt16.TryParse(tb33.Text, out o);
  424. BoardsAlgorithm.board5(o);
  425. BoardsAlgorithm.board5Check();
  426. RowsAlgorithm.row4(o);
  427. RowsAlgorithm.row4Check();
  428. ColumnsAlgorithm.column6(o);
  429. ColumnsAlgorithm.column6Check();
  430. }
  431. private void tb34_PreviewKeyDown(object sender, KeyEventArgs e)
  432. {
  433. BoardsAlgorithm.board6Clear();
  434. RowsAlgorithm.row4Clear();
  435. ColumnsAlgorithm.column7Clear();
  436. UInt16.TryParse(tb34.Text, out o);
  437. BoardsAlgorithm.board6(o);
  438. BoardsAlgorithm.board6Check();
  439. RowsAlgorithm.row4(o);
  440. RowsAlgorithm.row4Check();
  441. ColumnsAlgorithm.column7(o);
  442. ColumnsAlgorithm.column7Check();
  443. }
  444. private void tb35_PreviewKeyDown(object sender, KeyEventArgs e)
  445. {
  446. BoardsAlgorithm.board6Clear();
  447. RowsAlgorithm.row4Clear();
  448. ColumnsAlgorithm.column8Clear();
  449. UInt16.TryParse(tb35.Text, out o);
  450. BoardsAlgorithm.board6(o);
  451. BoardsAlgorithm.board6Check();
  452. RowsAlgorithm.row4(o);
  453. RowsAlgorithm.row4Check();
  454. ColumnsAlgorithm.column8(o);
  455. ColumnsAlgorithm.column8Check();
  456. }
  457. private void tb36_PreviewKeyDown(object sender, KeyEventArgs e)
  458. {
  459. BoardsAlgorithm.board6Clear();
  460. RowsAlgorithm.row4Clear();
  461. ColumnsAlgorithm.column9Clear();
  462. UInt16.TryParse(tb36.Text, out o);
  463. BoardsAlgorithm.board6(o);
  464. BoardsAlgorithm.board6Check();
  465. RowsAlgorithm.row4(o);
  466. RowsAlgorithm.row4Check();
  467. ColumnsAlgorithm.column9(o);
  468. ColumnsAlgorithm.column9Check();
  469. }
  470. private void tb37_PreviewKeyDown(object sender, KeyEventArgs e)
  471. {
  472. BoardsAlgorithm.board4Clear();
  473. RowsAlgorithm.row5Clear();
  474. ColumnsAlgorithm.column1Clear();
  475. UInt16.TryParse(tb37.Text, out o);
  476. BoardsAlgorithm.board4(o);
  477. BoardsAlgorithm.board4Check();
  478. RowsAlgorithm.row5(o);
  479. RowsAlgorithm.row5Check();
  480. ColumnsAlgorithm.column1(o);
  481. ColumnsAlgorithm.column1Check();
  482. }
  483. private void tb38_PreviewKeyDown(object sender, KeyEventArgs e)
  484. {
  485. BoardsAlgorithm.board4Clear();
  486. RowsAlgorithm.row5Clear();
  487. ColumnsAlgorithm.column2Clear();
  488. UInt16.TryParse(tb38.Text, out o);
  489. BoardsAlgorithm.board4(o);
  490. BoardsAlgorithm.board4Check();
  491. RowsAlgorithm.row5(o);
  492. RowsAlgorithm.row5Check();
  493. ColumnsAlgorithm.column2(o);
  494. ColumnsAlgorithm.column2Check();
  495. }
  496. private void tb39_PreviewKeyDown(object sender, KeyEventArgs e)
  497. {
  498. BoardsAlgorithm.board4Clear();
  499. RowsAlgorithm.row5Clear();
  500. ColumnsAlgorithm.column3Clear();
  501. UInt16.TryParse(tb39.Text, out o);
  502. BoardsAlgorithm.board4(o);
  503. BoardsAlgorithm.board4Check();
  504. RowsAlgorithm.row5(o);
  505. RowsAlgorithm.row5Check();
  506. ColumnsAlgorithm.column3(o);
  507. ColumnsAlgorithm.column3Check();
  508. }
  509. private void tb40_PreviewKeyDown(object sender, KeyEventArgs e)
  510. {
  511. BoardsAlgorithm.board5Clear();
  512. RowsAlgorithm.row5Clear();
  513. ColumnsAlgorithm.column4Clear();
  514. UInt16.TryParse(tb40.Text, out o);
  515. BoardsAlgorithm.board5(o);
  516. BoardsAlgorithm.board5Check();
  517. RowsAlgorithm.row5(o);
  518. RowsAlgorithm.row5Check();
  519. ColumnsAlgorithm.column4(o);
  520. ColumnsAlgorithm.column4Check();
  521. }
  522. private void tb41_PreviewKeyDown(object sender, KeyEventArgs e)
  523. {
  524. BoardsAlgorithm.board5Clear();
  525. RowsAlgorithm.row5Clear();
  526. ColumnsAlgorithm.column5Clear();
  527. UInt16.TryParse(tb41.Text, out o);
  528. BoardsAlgorithm.board5(o);
  529. BoardsAlgorithm.board5Check();
  530. RowsAlgorithm.row5(o);
  531. RowsAlgorithm.row5Check();
  532. ColumnsAlgorithm.column5(o);
  533. ColumnsAlgorithm.column5Check();
  534. }
  535. private void tb42_PreviewKeyDown(object sender, KeyEventArgs e)
  536. {
  537. BoardsAlgorithm.board5Clear();
  538. RowsAlgorithm.row5Clear();
  539. ColumnsAlgorithm.column6Clear();
  540. UInt16.TryParse(tb42.Text, out o);
  541. BoardsAlgorithm.board5(o);
  542. BoardsAlgorithm.board5Check();
  543. RowsAlgorithm.row5(o);
  544. RowsAlgorithm.row5Check();
  545. ColumnsAlgorithm.column6(o);
  546. ColumnsAlgorithm.column6Check();
  547. }
  548. private void tb43_PreviewKeyDown(object sender, KeyEventArgs e)
  549. {
  550. BoardsAlgorithm.board6Clear();
  551. RowsAlgorithm.row5Clear();
  552. ColumnsAlgorithm.column7Clear();
  553. UInt16.TryParse(tb43.Text, out o);
  554. BoardsAlgorithm.board6(o);
  555. BoardsAlgorithm.board6Check();
  556. RowsAlgorithm.row5(o);
  557. RowsAlgorithm.row5Check();
  558. ColumnsAlgorithm.column7(o);
  559. ColumnsAlgorithm.column7Check();
  560. }
  561. private void tb44_PreviewKeyDown(object sender, KeyEventArgs e)
  562. {
  563. BoardsAlgorithm.board6Clear();
  564. RowsAlgorithm.row5Clear();
  565. ColumnsAlgorithm.column8Clear();
  566. UInt16.TryParse(tb44.Text, out o);
  567. BoardsAlgorithm.board6(o);
  568. BoardsAlgorithm.board6Check();
  569. RowsAlgorithm.row5(o);
  570. RowsAlgorithm.row5Check();
  571. ColumnsAlgorithm.column8(o);
  572. ColumnsAlgorithm.column8Check();
  573. }
  574. private void tb45_PreviewKeyDown(object sender, KeyEventArgs e)
  575. {
  576. BoardsAlgorithm.board6Clear();
  577. RowsAlgorithm.row5Clear();
  578. ColumnsAlgorithm.column9Clear();
  579. UInt16.TryParse(tb45.Text, out o);
  580. BoardsAlgorithm.board6(o);
  581. BoardsAlgorithm.board6Check();
  582. RowsAlgorithm.row5(o);
  583. RowsAlgorithm.row5Check();
  584. ColumnsAlgorithm.column9(o);
  585. ColumnsAlgorithm.column9Check();
  586. }
  587. private void tb46_PreviewKeyDown(object sender, KeyEventArgs e)
  588. {
  589. BoardsAlgorithm.board4Clear();
  590. RowsAlgorithm.row6Clear();
  591. ColumnsAlgorithm.column1Clear();
  592. UInt16.TryParse(tb46.Text, out o);
  593. BoardsAlgorithm.board4(o);
  594. BoardsAlgorithm.board4Check();
  595. RowsAlgorithm.row6(o);
  596. RowsAlgorithm.row6Check();
  597. ColumnsAlgorithm.column1(o);
  598. ColumnsAlgorithm.column1Check();
  599. }
  600. private void tb47_PreviewKeyDown(object sender, KeyEventArgs e)
  601. {
  602. BoardsAlgorithm.board4Clear();
  603. RowsAlgorithm.row6Clear();
  604. ColumnsAlgorithm.column2Clear();
  605. UInt16.TryParse(tb47.Text, out o);
  606. BoardsAlgorithm.board4(o);
  607. BoardsAlgorithm.board4Check();
  608. RowsAlgorithm.row6(o);
  609. RowsAlgorithm.row6Check();
  610. ColumnsAlgorithm.column2(o);
  611. ColumnsAlgorithm.column2Check();
  612. }
  613. private void tb48_PreviewKeyDown(object sender, KeyEventArgs e)
  614. {
  615. BoardsAlgorithm.board4Clear();
  616. RowsAlgorithm.row6Clear();
  617. ColumnsAlgorithm.column3Clear();
  618. UInt16.TryParse(tb48.Text, out o);
  619. BoardsAlgorithm.board4(o);
  620. BoardsAlgorithm.board4Check();
  621. RowsAlgorithm.row6(o);
  622. RowsAlgorithm.row6Check();
  623. ColumnsAlgorithm.column3(o);
  624. ColumnsAlgorithm.column3Check();
  625. }
  626. private void tb49_PreviewKeyDown(object sender, KeyEventArgs e)
  627. {
  628. BoardsAlgorithm.board5Clear();
  629. RowsAlgorithm.row6Clear();
  630. ColumnsAlgorithm.column4Clear();
  631. UInt16.TryParse(tb49.Text, out o);
  632. BoardsAlgorithm.board5(o);
  633. BoardsAlgorithm.board5Check();
  634. RowsAlgorithm.row6(o);
  635. RowsAlgorithm.row6Check();
  636. ColumnsAlgorithm.column4(o);
  637. ColumnsAlgorithm.column4Check();
  638. }
  639. private void tb50_PreviewKeyDown(object sender, KeyEventArgs e)
  640. {
  641. BoardsAlgorithm.board5Clear();
  642. RowsAlgorithm.row6Clear();
  643. ColumnsAlgorithm.column5Clear();
  644. UInt16.TryParse(tb50.Text, out o);
  645. BoardsAlgorithm.board5(o);
  646. BoardsAlgorithm.board5Check();
  647. RowsAlgorithm.row6(o);
  648. RowsAlgorithm.row6Check();
  649. ColumnsAlgorithm.column5(o);
  650. ColumnsAlgorithm.column5Check();
  651. }
  652. private void tb51_PreviewKeyDown(object sender, KeyEventArgs e)
  653. {
  654. BoardsAlgorithm.board5Clear();
  655. RowsAlgorithm.row6Clear();
  656. ColumnsAlgorithm.column6Clear();
  657. UInt16.TryParse(tb51.Text, out o);
  658. BoardsAlgorithm.board5(o);
  659. BoardsAlgorithm.board5Check();
  660. RowsAlgorithm.row6(o);
  661. RowsAlgorithm.row6Check();
  662. ColumnsAlgorithm.column6(o);
  663. ColumnsAlgorithm.column6Check();
  664. }
  665. private void tb52_PreviewKeyDown(object sender, KeyEventArgs e)
  666. {
  667. BoardsAlgorithm.board6Clear();
  668. RowsAlgorithm.row6Clear();
  669. ColumnsAlgorithm.column7Clear();
  670. UInt16.TryParse(tb52.Text, out o);
  671. BoardsAlgorithm.board6(o);
  672. BoardsAlgorithm.board6Check();
  673. RowsAlgorithm.row6(o);
  674. RowsAlgorithm.row6Check();
  675. ColumnsAlgorithm.column7(o);
  676. ColumnsAlgorithm.column7Check();
  677. }
  678. private void tb53_PreviewKeyDown(object sender, KeyEventArgs e)
  679. {
  680. BoardsAlgorithm.board6Clear();
  681. RowsAlgorithm.row6Clear();
  682. ColumnsAlgorithm.column8Clear();
  683. UInt16.TryParse(tb53.Text, out o);
  684. BoardsAlgorithm.board6(o);
  685. BoardsAlgorithm.board6Check();
  686. RowsAlgorithm.row6(o);
  687. RowsAlgorithm.row6Check();
  688. ColumnsAlgorithm.column8(o);
  689. ColumnsAlgorithm.column8Check();
  690. }
  691. private void tb54_PreviewKeyDown(object sender, KeyEventArgs e)
  692. {
  693. BoardsAlgorithm.board6Clear();
  694. RowsAlgorithm.row6Clear();
  695. ColumnsAlgorithm.column9Clear();
  696. UInt16.TryParse(tb54.Text, out o);
  697. BoardsAlgorithm.board6(o);
  698. BoardsAlgorithm.board6Check();
  699. RowsAlgorithm.row6(o);
  700. RowsAlgorithm.row6Check();
  701. ColumnsAlgorithm.column9(o);
  702. ColumnsAlgorithm.column9Check();
  703. }
  704. private void tb55_PreviewKeyDown(object sender, KeyEventArgs e)
  705. {
  706. BoardsAlgorithm.board7Clear();
  707. RowsAlgorithm.row7Clear();
  708. ColumnsAlgorithm.column1Clear();
  709. UInt16.TryParse(tb55.Text, out o);
  710. BoardsAlgorithm.board7(o);
  711. BoardsAlgorithm.board7Check();
  712. RowsAlgorithm.row7(o);
  713. RowsAlgorithm.row7Check();
  714. ColumnsAlgorithm.column1(o);
  715. ColumnsAlgorithm.column1Check();
  716. }
  717. private void tb56_PreviewKeyDown(object sender, KeyEventArgs e)
  718. {
  719. BoardsAlgorithm.board7Clear();
  720. RowsAlgorithm.row7Clear();
  721. ColumnsAlgorithm.column2Clear();
  722. UInt16.TryParse(tb56.Text, out o);
  723. BoardsAlgorithm.board7(o);
  724. BoardsAlgorithm.board7Check();
  725. RowsAlgorithm.row7(o);
  726. RowsAlgorithm.row7Check();
  727. ColumnsAlgorithm.column2(o);
  728. ColumnsAlgorithm.column2Check();
  729. }
  730. private void tb57_PreviewKeyDown(object sender, KeyEventArgs e)
  731. {
  732. BoardsAlgorithm.board7Clear();
  733. RowsAlgorithm.row7Clear();
  734. ColumnsAlgorithm.column3Clear();
  735. UInt16.TryParse(tb57.Text, out o);
  736. BoardsAlgorithm.board7(o);
  737. BoardsAlgorithm.board7Check();
  738. RowsAlgorithm.row7(o);
  739. RowsAlgorithm.row7Check();
  740. ColumnsAlgorithm.column3(o);
  741. ColumnsAlgorithm.column3Check();
  742. }
  743. private void tb58_PreviewKeyDown(object sender, KeyEventArgs e)
  744. {
  745. BoardsAlgorithm.board8Clear();
  746. RowsAlgorithm.row7Clear();
  747. ColumnsAlgorithm.column4Clear();
  748. UInt16.TryParse(tb58.Text, out o);
  749. BoardsAlgorithm.board8(o);
  750. BoardsAlgorithm.board8Check();
  751. RowsAlgorithm.row7(o);
  752. RowsAlgorithm.row7Check();
  753. ColumnsAlgorithm.column4(o);
  754. ColumnsAlgorithm.column4Check();
  755. }
  756. private void tb59_PreviewKeyDown(object sender, KeyEventArgs e)
  757. {
  758. BoardsAlgorithm.board8Clear();
  759. RowsAlgorithm.row7Clear();
  760. ColumnsAlgorithm.column5Clear();
  761. UInt16.TryParse(tb59.Text, out o);
  762. BoardsAlgorithm.board8(o);
  763. BoardsAlgorithm.board8Check();
  764. RowsAlgorithm.row7(o);
  765. RowsAlgorithm.row7Check();
  766. ColumnsAlgorithm.column5(o);
  767. ColumnsAlgorithm.column5Check();
  768. }
  769. private void tb60_PreviewKeyDown(object sender, KeyEventArgs e)
  770. {
  771. BoardsAlgorithm.board8Clear();
  772. RowsAlgorithm.row7Clear();
  773. ColumnsAlgorithm.column6Clear();
  774. UInt16.TryParse(tb60.Text, out o);
  775. BoardsAlgorithm.board8(o);
  776. BoardsAlgorithm.board8Check();
  777. RowsAlgorithm.row7(o);
  778. RowsAlgorithm.row7Check();
  779. ColumnsAlgorithm.column6(o);
  780. ColumnsAlgorithm.column6Check();
  781. }
  782. private void tb61_PreviewKeyDown(object sender, KeyEventArgs e)
  783. {
  784. BoardsAlgorithm.board9Clear();
  785. RowsAlgorithm.row7Clear();
  786. ColumnsAlgorithm.column7Clear();
  787. UInt16.TryParse(tb61.Text, out o);
  788. BoardsAlgorithm.board9(o);
  789. BoardsAlgorithm.board9Check();
  790. RowsAlgorithm.row7(o);
  791. RowsAlgorithm.row7Check();
  792. ColumnsAlgorithm.column7(o);
  793. ColumnsAlgorithm.column7Check();
  794. }
  795. private void tb62_PreviewKeyDown(object sender, KeyEventArgs e)
  796. {
  797. BoardsAlgorithm.board9Clear();
  798. RowsAlgorithm.row7Clear();
  799. ColumnsAlgorithm.column8Clear();
  800. UInt16.TryParse(tb62.Text, out o);
  801. BoardsAlgorithm.board9(o);
  802. BoardsAlgorithm.board9Check();
  803. RowsAlgorithm.row7(o);
  804. RowsAlgorithm.row7Check();
  805. ColumnsAlgorithm.column8(o);
  806. ColumnsAlgorithm.column8Check();
  807. }
  808. private void tb63_PreviewKeyDown(object sender, KeyEventArgs e)
  809. {
  810. BoardsAlgorithm.board9Clear();
  811. RowsAlgorithm.row7Clear();
  812. ColumnsAlgorithm.column9Clear();
  813. UInt16.TryParse(tb63.Text, out o);
  814. BoardsAlgorithm.board9(o);
  815. BoardsAlgorithm.board9Check();
  816. RowsAlgorithm.row7(o);
  817. RowsAlgorithm.row7Check();
  818. ColumnsAlgorithm.column9(o);
  819. ColumnsAlgorithm.column9Check();
  820. }
  821. private void tb64_PreviewKeyDown(object sender, KeyEventArgs e)
  822. {
  823. BoardsAlgorithm.board7Clear();
  824. RowsAlgorithm.row8Clear();
  825. ColumnsAlgorithm.column1Clear();
  826. UInt16.TryParse(tb64.Text, out o);
  827. BoardsAlgorithm.board7(o);
  828. BoardsAlgorithm.board7Check();
  829. RowsAlgorithm.row8(o);
  830. RowsAlgorithm.row8Check();
  831. ColumnsAlgorithm.column1(o);
  832. ColumnsAlgorithm.column1Check();
  833. }
  834. private void tb65_PreviewKeyDown(object sender, KeyEventArgs e)
  835. {
  836. BoardsAlgorithm.board7Clear();
  837. RowsAlgorithm.row8Clear();
  838. ColumnsAlgorithm.column2Clear();
  839. UInt16.TryParse(tb65.Text, out o);
  840. BoardsAlgorithm.board7(o);
  841. BoardsAlgorithm.board7Check();
  842. RowsAlgorithm.row8(o);
  843. RowsAlgorithm.row8Check();
  844. ColumnsAlgorithm.column2(o);
  845. ColumnsAlgorithm.column2Check();
  846. }
  847. private void tb66_PreviewKeyDown(object sender, KeyEventArgs e)
  848. {
  849. BoardsAlgorithm.board7Clear();
  850. RowsAlgorithm.row8Clear();
  851. ColumnsAlgorithm.column3Clear();
  852. UInt16.TryParse(tb66.Text, out o);
  853. BoardsAlgorithm.board7(o);
  854. BoardsAlgorithm.board7Check();
  855. RowsAlgorithm.row8(o);
  856. RowsAlgorithm.row8Check();
  857. ColumnsAlgorithm.column3(o);
  858. ColumnsAlgorithm.column3Check();
  859. }
  860. private void tb67_PreviewKeyDown(object sender, KeyEventArgs e)
  861. {
  862. BoardsAlgorithm.board8Clear();
  863. RowsAlgorithm.row8Clear();
  864. ColumnsAlgorithm.column4Clear();
  865. UInt16.TryParse(tb67.Text, out o);
  866. BoardsAlgorithm.board8(o);
  867. BoardsAlgorithm.board8Check();
  868. RowsAlgorithm.row8(o);
  869. RowsAlgorithm.row8Check();
  870. ColumnsAlgorithm.column4(o);
  871. ColumnsAlgorithm.column4Check();
  872. }
  873. private void tb68_PreviewKeyDown(object sender, KeyEventArgs e)
  874. {
  875. BoardsAlgorithm.board8Clear();
  876. RowsAlgorithm.row8Clear();
  877. ColumnsAlgorithm.column5Clear();
  878. UInt16.TryParse(tb68.Text, out o);
  879. BoardsAlgorithm.board8(o);
  880. BoardsAlgorithm.board8Check();
  881. RowsAlgorithm.row8(o);
  882. RowsAlgorithm.row8Check();
  883. ColumnsAlgorithm.column5(o);
  884. ColumnsAlgorithm.column5Check();
  885. }
  886. private void tb69_PreviewKeyDown(object sender, KeyEventArgs e)
  887. {
  888. BoardsAlgorithm.board8Clear();
  889. RowsAlgorithm.row8Clear();
  890. ColumnsAlgorithm.column6Clear();
  891. UInt16.TryParse(tb69.Text, out o);
  892. BoardsAlgorithm.board8(o);
  893. BoardsAlgorithm.board8Check();
  894. RowsAlgorithm.row8(o);
  895. RowsAlgorithm.row8Check();
  896. ColumnsAlgorithm.column6(o);
  897. ColumnsAlgorithm.column6Check();
  898. }
  899. private void tb70_PreviewKeyDown(object sender, KeyEventArgs e)
  900. {
  901. BoardsAlgorithm.board9Clear();
  902. RowsAlgorithm.row8Clear();
  903. ColumnsAlgorithm.column7Clear();
  904. UInt16.TryParse(tb70.Text, out o);
  905. BoardsAlgorithm.board9(o);
  906. BoardsAlgorithm.board9Check();
  907. RowsAlgorithm.row8(o);
  908. RowsAlgorithm.row8Check();
  909. ColumnsAlgorithm.column7(o);
  910. ColumnsAlgorithm.column7Check();
  911. }
  912. private void tb71_PreviewKeyDown(object sender, KeyEventArgs e)
  913. {
  914. BoardsAlgorithm.board9Clear();
  915. RowsAlgorithm.row8Clear();
  916. ColumnsAlgorithm.column8Clear();
  917. UInt16.TryParse(tb71.Text, out o);
  918. BoardsAlgorithm.board9(o);
  919. BoardsAlgorithm.board9Check();
  920. RowsAlgorithm.row8(o);
  921. RowsAlgorithm.row8Check();
  922. ColumnsAlgorithm.column8(o);
  923. ColumnsAlgorithm.column8Check();
  924. }
  925. private void tb72_PreviewKeyDown(object sender, KeyEventArgs e)
  926. {
  927. BoardsAlgorithm.board9Clear();
  928. RowsAlgorithm.row8Clear();
  929. ColumnsAlgorithm.column9Clear();
  930. UInt16.TryParse(tb72.Text, out o);
  931. BoardsAlgorithm.board9(o);
  932. BoardsAlgorithm.board9Check();
  933. RowsAlgorithm.row8(o);
  934. RowsAlgorithm.row8Check();
  935. ColumnsAlgorithm.column9(o);
  936. ColumnsAlgorithm.column9Check();
  937. }
  938. private void tb73_PreviewKeyDown(object sender, KeyEventArgs e)
  939. {
  940. BoardsAlgorithm.board7Clear();
  941. RowsAlgorithm.row9Clear();
  942. ColumnsAlgorithm.column1Clear();
  943. UInt16.TryParse(tb73.Text, out o);
  944. BoardsAlgorithm.board7(o);
  945. BoardsAlgorithm.board7Check();
  946. RowsAlgorithm.row9(o);
  947. RowsAlgorithm.row9Check();
  948. ColumnsAlgorithm.column1(o);
  949. ColumnsAlgorithm.column1Check();
  950. }
  951. private void tb74_PreviewKeyDown(object sender, KeyEventArgs e)
  952. {
  953. BoardsAlgorithm.board7Clear();
  954. RowsAlgorithm.row9Clear();
  955. ColumnsAlgorithm.column2Clear();
  956. UInt16.TryParse(tb74.Text, out o);
  957. BoardsAlgorithm.board7(o);
  958. BoardsAlgorithm.board7Check();
  959. RowsAlgorithm.row9(o);
  960. RowsAlgorithm.row9Check();
  961. ColumnsAlgorithm.column2(o);
  962. ColumnsAlgorithm.column2Check();
  963. }
  964. private void tb75_PreviewKeyDown(object sender, KeyEventArgs e)
  965. {
  966. BoardsAlgorithm.board7Clear();
  967. RowsAlgorithm.row9Clear();
  968. ColumnsAlgorithm.column3Clear();
  969. UInt16.TryParse(tb75.Text, out o);
  970. BoardsAlgorithm.board7(o);
  971. BoardsAlgorithm.board7Check();
  972. RowsAlgorithm.row9(o);
  973. RowsAlgorithm.row9Check();
  974. ColumnsAlgorithm.column3(o);
  975. ColumnsAlgorithm.column3Check();
  976. }
  977. private void tb76_PreviewKeyDown(object sender, KeyEventArgs e)
  978. {
  979. BoardsAlgorithm.board8Clear();
  980. RowsAlgorithm.row9Clear();
  981. ColumnsAlgorithm.column4Clear();
  982. UInt16.TryParse(tb76.Text, out o);
  983. BoardsAlgorithm.board8(o);
  984. BoardsAlgorithm.board8Check();
  985. RowsAlgorithm.row9(o);
  986. RowsAlgorithm.row9Check();
  987. ColumnsAlgorithm.column4(o);
  988. ColumnsAlgorithm.column4Check();
  989. }
  990. private void tb77_PreviewKeyDown(object sender, KeyEventArgs e)
  991. {
  992. BoardsAlgorithm.board8Clear();
  993. RowsAlgorithm.row9Clear();
  994. ColumnsAlgorithm.column5Clear();
  995. UInt16.TryParse(tb77.Text, out o);
  996. BoardsAlgorithm.board8(o);
  997. BoardsAlgorithm.board8Check();
  998. RowsAlgorithm.row9(o);
  999. RowsAlgorithm.row9Check();
  1000. ColumnsAlgorithm.column5(o);
  1001. ColumnsAlgorithm.column5Check();
  1002.  
  1003. }
  1004. private void tb78_PreviewKeyDown(object sender, KeyEventArgs e)
  1005. {
  1006. BoardsAlgorithm.board8Clear();
  1007. RowsAlgorithm.row9Clear();
  1008. ColumnsAlgorithm.column6Clear();
  1009. UInt16.TryParse(tb78.Text, out o);
  1010. BoardsAlgorithm.board8(o);
  1011. BoardsAlgorithm.board8Check();
  1012. RowsAlgorithm.row9(o);
  1013. RowsAlgorithm.row9Check();
  1014. ColumnsAlgorithm.column6(o);
  1015. ColumnsAlgorithm.column6Check();
  1016. }
  1017. private void tb79_PreviewKeyDown(object sender, KeyEventArgs e)
  1018. {
  1019.  
  1020. BoardsAlgorithm.board9Clear();
  1021. RowsAlgorithm.row9Clear();
  1022. ColumnsAlgorithm.column7Clear();
  1023. UInt16.TryParse(tb79.Text, out o);
  1024. BoardsAlgorithm.board9(o);
  1025. BoardsAlgorithm.board9Check();
  1026. RowsAlgorithm.row9(o);
  1027. RowsAlgorithm.row9Check();
  1028. ColumnsAlgorithm.column7(o);
  1029. ColumnsAlgorithm.column7Check();
  1030.  
  1031. }
  1032. private void tb80_PreviewKeyDown(object sender, KeyEventArgs e)
  1033. {
  1034. BoardsAlgorithm.board9Clear();
  1035. RowsAlgorithm.row9Clear();
  1036. ColumnsAlgorithm.column8Clear();
  1037. UInt16.TryParse(tb80.Text, out o);
  1038. BoardsAlgorithm.board9(o);
  1039. BoardsAlgorithm.board9Check();
  1040. RowsAlgorithm.row9(o);
  1041. RowsAlgorithm.row9Check();
  1042. ColumnsAlgorithm.column8(o);
  1043. ColumnsAlgorithm.column8Check();
  1044. }
  1045. private void tb81_PreviewKeyDown(object sender, KeyEventArgs e)
  1046. {
  1047. BoardsAlgorithm.board9Clear();
  1048. RowsAlgorithm.row9Clear();
  1049. ColumnsAlgorithm.column9Clear();
  1050. UInt16.TryParse(tb81.Text, out o);
  1051. BoardsAlgorithm.board9(o);
  1052. BoardsAlgorithm.board9Check();
  1053. RowsAlgorithm.row9(o);
  1054. RowsAlgorithm.row9Check();
  1055. ColumnsAlgorithm.column9(o);
  1056. ColumnsAlgorithm.column9Check();
  1057. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement