Exemple #1
0
 unsafe public static void createScope(int id)
 {
     dscope[id] = new DoScope();
     pscope[id] = new Xscope(dscope[id].xscope);
     SendCBScope(id, pscope[id]);
     // Note:  This is set up to handle multiple scopes.  However, at present
     // there is only one instance of DoScope() and DoScope2().
 }
Exemple #2
0
 unsafe public static extern void SendCBScope(int id, Xscope del);