i have Startup() method to select a continent and get its description.
put when arcMap started there is no map selected, till the user select new map.
how can get the new map's document .
public void Startup(ref object initializationData)
{
m_application = initializationData as IApplication;
if (m_application == null)
return;
}