示例#1
0
        private static void Work(object settings)
        {
            KeyValuePair <string, Rectangle> kv = (KeyValuePair <string, Rectangle>)settings;
            LoadingFrame form = new LoadingFrame(kv.Key, kv.Value);

            Application.Run(form);
        }
        private static void Work(object settings)
        {
            KeyValuePair<string, Rectangle> kv = (KeyValuePair<string, Rectangle>)settings;
            LoadingFrame form = new LoadingFrame(kv.Key, kv.Value);

            Application.Run(form);
        }