Click here to Skip to main content
15,885,366 members
Articles / Desktop Programming / Windows Forms

Leitner Box with C#

Rate me:
Please Sign up or sign in to vote.
4.84/5 (45 votes)
22 Mar 2010GPL32 min read 141.1K   7K   108  
For easy learning (specially for learning a foreign language) you can use Leitner Box
<?xml version="1.0" encoding="utf-8"?>
<!--
 This file Created with LeitnerBox 
 Don't edit it manually
-->
<LeitnerBox>
  <Setting>
    <QuestionTextBox>LeftToRight</QuestionTextBox>
    <AnswerTextBox>LeftToRight</AnswerTextBox>
    <Date>Persian</Date>
	<StartTime></StartTime>
  </Setting>
  <Box ID="1">
  </Box>
  <Box ID="2">
    <Part ID="1"></Part>
    <Part ID="2"></Part>
  </Box>
  <Box ID="3">
    <Part ID="1"></Part>
    <Part ID="2"></Part>
    <Part ID="3"></Part>
    <Part ID="4"></Part>
    <Part ID="5"></Part>
  </Box>
  <Box ID="4">
    <Part ID="1"></Part>
    <Part ID="2"></Part>
    <Part ID="3"></Part>
    <Part ID="4"></Part>
    <Part ID="5"></Part>
    <Part ID="6"></Part>
    <Part ID="7"></Part>
    <Part ID="8"></Part>
  </Box>
  <Box ID="5">
    <Part ID="1"></Part>
    <Part ID="2"></Part>
    <Part ID="3"></Part>
    <Part ID="4"></Part>
    <Part ID="5"></Part>
    <Part ID="6"></Part>
    <Part ID="7"></Part>
    <Part ID="8"></Part>
    <Part ID="9"></Part>
    <Part ID="10"></Part>
    <Part ID="11"></Part>
    <Part ID="12"></Part>
    <Part ID="13"></Part>
    <Part ID="14"></Part>
  </Box>
  <DataBase></DataBase>
</LeitnerBox>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Iran (Islamic Republic of) Iran (Islamic Republic of)
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions