//class LoadedItem //{ // internal string Text; // internal Bitmap Image; //} //List<LoadedItem> m_items = new List<LoadedItem>(); public SplashForm() { InitializeComponent(); Instance = this; }