Exemple #1
0
 // Chars
 public void StoreChar(char value, int toAddress)
 {
     StoreByte(CharType.ToByte(value), toAddress);
 }