Beispiel #1
0
 public CountWords(MoreLessThan value, int words)
 {
     M    = value;
     Test = words;
 }
Beispiel #2
0
 public CountCharacters(MoreLessThan value, int characters)
 {
     M    = value;
     Test = characters;
 }
Beispiel #3
0
 public CountLinks(MoreLessThan value, int links)
 {
     M    = value;
     Test = links;
 }
Beispiel #4
0
 public CountLinks(MoreLessThan Value, int Links)
 {
     M    = Value;
     test = Links;
 }
Beispiel #5
0
 public CountWords(MoreLessThan Value, int Words)
 {
     M    = Value;
     test = Words;
 }
Beispiel #6
0
 public CountWords(MoreLessThan Value, int Words)
 {
     M = Value;
     test = Words;
 }
Beispiel #7
0
 public CountCharacters(MoreLessThan Value, int Characters)
 {
     M    = Value;
     test = Characters;
 }
Beispiel #8
0
 public CountLinks(MoreLessThan Value, int Links)
 {
     M = Value;
     test = Links;
 }
Beispiel #9
0
 public CountCharacters(MoreLessThan Value, int Characters)
 {
     M = Value;
     test = Characters;
 }
Beispiel #10
0
 public CountWords(MoreLessThan value, int words)
 {
     M = value;
     Test = words;
 }
Beispiel #11
0
 public CountLinks(MoreLessThan value, int links)
 {
     M = value;
     Test = links;
 }
Beispiel #12
0
 public CountCharacters(MoreLessThan value, int characters)
 {
     M = value;
     Test = characters;
 }