Skip to main content

setup

//----------------------------------------------------------------------
// There are two different options when setting up the MTE in CSharp
//----------------------------------------------------------------------
// Both of the following options require that the native library
// is also included in the solution
//----------------------------------------------------------------------
//-----------
// Option 1
//-----------

//-------------------------------------------------------------
// Include the Eclypses.MTE.Core NuGet package in the solution
//-------------------------------------------------------------

// Ensure each page where the MTE is referenced has this
using Eclypses.MTE;
//-----------
// Option 2
//-----------

//----------------------------------------------------------------
// Include ALL files found inside the MTE archive folder "/src/cs/"
//----------------------------------------------------------------

// Ensure each page where the MTE is referenced has this
using Eclypses.MTE;