Subversion Repositories spk

Rev

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

Rev 1 Rev 36
Line 27... Line 27...
27
#else
27
#else
28
	public ref class MultiForm : public BaseForm
28
	public ref class MultiForm : public BaseForm
29
#endif
29
#endif
30
	{
30
	{
31
	public:
31
	public:
32
		MultiForm(System::Windows::Forms::Form ^parent, System::Windows::Forms::TabControl ^ctrl, System::Windows::Forms::TabPage ^page, System::Windows::Forms::ToolStripMenuItem ^tool, CPackages *p, Windows::Forms::ImageList ^imagelist, Collections::Hashtable ^hash, SSettings *set)  : BaseForm(parent, ctrl, page, tool, p, imagelist, hash, set)
32
		MultiForm(System::Windows::Forms::Form ^parent, System::Windows::Forms::TabControl ^ctrl, System::Windows::Forms::TabPage ^page, System::Windows::Forms::ToolStripMenuItem ^tool, CPackages *p, Windows::Forms::ImageList ^imagelist, SSettings *set)  : BaseForm(parent, ctrl, page, tool, p, imagelist, set)
33
		{
33
		{
34
			InitializeComponent();
34
			InitializeComponent();
35
 
35
 
36
			m_iFormType = FORMTYPE_MULTI;
36
			m_iFormType = FORMTYPE_MULTI;
37
 
37