/Artem.GoogleMap.Extensions/GoogleMarkersExtenderDesigner.cs

# · C# · 14 lines · 9 code · 2 blank · 3 comment · 0 complexity · 38c39420434b47b16258068e2f8ec42e MD5 · raw file

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Web.UI.Design;
  6. namespace Artem.Google.UI {
  7. /// <summary>
  8. ///
  9. /// </summary>
  10. public class GoogleMarkersExtenderDesigner : ControlDesigner {
  11. }
  12. }