void 关闭提示框() { if (__提示框 != null) { __提示框.Close(); __提示框 = null; } }
void _I地图_进入对象(object obj) { if (__提示框 == null) { __提示框 = new F提示() { TopMost = true, StartPosition = FormStartPosition.Manual, Location = MousePosition, ShowIcon = false, ShowInTaskbar = false, FormBorderStyle = FormBorderStyle.None, }; __提示框.Show(); } }