TkMain() public méthode

public TkMain ( TclAppInitProc initProc ) : void
initProc TclAppInitProc
Résultat void
 void Run()
 {                   
     //
     // Create the interpreter - and start the application.
     //
     TclInterp interp = new TclInterp();
     interp.TkMain(new TclAppInitProc(InitProc));
 }