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