Esempio n. 1
0
 private void vbe_write(ushort index, ushort value)
 {
     Index.Outw(index);
     Data.Outw(value);
 }