Esempio n. 1
0
 internal CodeView(string aToken, CodePlugin aPlugin)
     : base(aToken, aPlugin)
 {
     iRelocator = new CodeRelocator(aPlugin);
     iQueryAPI  = new CodeQueryAPI(iRelocator);
 }
Esempio n. 2
0
 internal CodeQueryAPI(CodeRelocator aRelocator)
 {
     iRelocator = aRelocator;
 }