Ejemplo n.º 1
0
 // JS interaction
 public static void SetResourceStream(string key, ArrayBuffer arrayBuffer)
 {
     Resources["InnoveWare;component/" + key] = arrayBuffer;
 }
Ejemplo n.º 2
0
 public Stream(ArrayBuffer arrayBuffer)
 {
     throw new ImplementedInJavaScript();
 }
Ejemplo n.º 3
0
 public static void InsertFileIntoFolder(string filename, ArrayBuffer array, Action action)
 {
     throw new ImplementedInJavaScript();
 }
Ejemplo n.º 4
0
 public AudioBuffer CreateBuffer(ArrayBuffer buffer, bool b)
 {
     throw new ImplementedInJavaScript();
 }