I have added the reference "minitab 18.0 Addin Interface" and how to get the reference of "Mtb"?
I googled many times but I could only find the code like the "Mtb.Application MtbApp = new Mtb.Application();"
I didn't know the sentence of "using Mtb = ?"
I know this is a newbie question but I never found any information for this.
Any help may be appreciated.
PS:Is there any doc or guide for it?
=========================================update=========================== ·
and have tried the
using MinitabAddinTLB;
or
using Mtb = MinitabAddinTLB;
Sorry,still