TkMain() public method

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