using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using System.Text;
|
using System.Threading.Tasks;
|
|
namespace Yw.WinFrmUI.Q3d
|
{
|
public class GlobalObject
|
{
|
//public static PropertyForm PropertyForm;
|
public static Drawer map;
|
public static bool LockSelect = false;
|
public static bool ApplyFilter=false;
|
}
|
}
|