Subversion Repositories spk

Rev

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

Rev 107 Rev 108
Line 628... Line 628...
628
 
628
 
629
			this->ProcessOpen(false, tp, childForm);
629
			this->ProcessOpen(false, tp, childForm);
630
			childForm->LoadPackage(package, file);
630
			childForm->LoadPackage(package, file);
631
			this->ProcessOpen(display, tp, childForm);
631
			this->ProcessOpen(display, tp, childForm);
632
 
632
 
-
 
633
			childForm->WindowState = Windows::Forms::FormWindowState::Maximized;
633
			return childForm;
634
			return childForm;
634
		}
635
		}
635
		PackageForm ^OpenPackage(bool display, CBaseFile *package, String ^file, String ^title)
636
		PackageForm ^OpenPackage(bool display, CBaseFile *package, String ^file, String ^title)
636
		{
637
		{
637
			CyString sFile = CyStringFromSystemString(file);
638
			CyString sFile = CyStringFromSystemString(file);