Esempio n. 1
0
 public void CreateSeekIndex(Type type)
 {
     InteropWrapper.stream_seekindex_create(instance, type);
 }
Esempio n. 2
0
 public void CreateSeekIndex(Type type)
 {
     CheckAndHandleActiveInstance();
     InteropWrapper.stream_seekindex_create(instance, type);
 }