コード例 #1
0
		protected override void Clicked(EventArgs args)
		{
			if (_touchZonesConfigurationWindow == null)
				_touchZonesConfigurationWindow = new TouchZonesConfigurationWindow(_touchMouseEventManager, _touchZoneProvider);

			_touchZonesConfigurationWindow.Show();
		}
コード例 #2
0
        protected override void Clicked(EventArgs args)
        {
            if (_touchZonesConfigurationWindow == null)
            {
                _touchZonesConfigurationWindow = new TouchZonesConfigurationWindow(_touchMouseEventManager, _touchZoneProvider);
            }

            _touchZonesConfigurationWindow.Show();
        }