this is what hashconfig.cs has generated 'using System;
namespace hashconfigcs
{
///
/// Summary description for Class1.
///
class Class1
{
///
/// The main entry point for the application.
///
[STAThread]
static void Main(string[] args)
{
// Get the session object
MapInfo.Engine.ISession session = MapInfo.Engine.Session.Current;
//
// TODO: Add code to start application here
//
}
}
}
'
2007-03-28
00:56:10
·
2 answers
·
asked by
waleadegokegis
1
in
Computers & Internet
➔ Programming & Design