Subversion Repositories spk

Rev

Rev 86 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 86 Rev 105
Line 56... Line 56...
56
 
56
 
57
	this->AddGames();
57
	this->AddGames();
58
 
58
 
59
	m_pLCD = NULL;
59
	m_pLCD = NULL;
60
}
60
}
-
 
61
 
-
 
62
void Form1::_launchManager(bool bAdvanced)
-
 
63
{
-
 
64
	 if ( m_bAutoClose )
-
 
65
	 {
-
 
66
		 m_bResume = true;
-
 
67
		this->Close();
-
 
68
	 }
-
 
69
	 else
-
 
70
		 LaunchManager(false);
-
 
71
}
-
 
72
 
61
 
73
 
62
}
74
}