//************************************************************************
// https://github.com/yuzhengyang
// author: yuzhengyang
// date: 2017.7.31 - 2017.7.31
// desc: 窗体管理器
// Copyright (c) yuzhengyang. All rights reserved.
//************************************************************************
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using Y.Utils.DataUtils.Collections;
namespace Y.Utils.WindowsUtils.FormUtils
{
///
/// 窗体管理器
///
public class FormManTool
{
public Color? BackColor = null;
protected ConcurrentDictionary UniqueForms = new ConcurrentDictionary();
public List