Example #1
0
 public SimpleTest()
 {
     InitializeComponent();
     _passThru     = new J2534Extended();
     _pluginLoader = new FileFormatPluginLoader(Directory.GetCurrentDirectory());
 }
Example #2
0
 public PHF2BIN()
 {
     InitializeComponent();
     pluginLoader = new FileFormatPluginLoader(Directory.GetCurrentDirectory());
 }