using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using System.Text;
|
using System.Threading.Tasks;
|
|
namespace Hydro.MapUI
|
{
|
public class GlobalObject
|
{
|
public static PropertyForm PropertyForm;
|
public static MapViewer map;
|
public static bool LockSelect = false;
|
public static bool ApplyFilter=false;
|
}
|
}
|