Example #1
0
 public MgDriverContext(IMgEntrypoint entrypoint)
 {
     mEntrypoint = entrypoint;
 }
Example #2
0
 public MgDriver(IMgEntrypoint entrypoint)
 {
     mEntrypoint = entrypoint;
 }