PWA Fundvelo der Caritas.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CaritasServices.razor.g.cs 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. #pragma checksum "D:\Work\Caritas\CaritasPWA\Shared\CaritasServices.razor" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "c063c076d15150582b17e1a0da010dcf986ad2c4"
  2. // <auto-generated/>
  3. #pragma warning disable 1591
  4. namespace CaritasPWA.Shared
  5. {
  6. #line hidden
  7. using System;
  8. using System.Collections.Generic;
  9. using System.Linq;
  10. using System.Threading.Tasks;
  11. using Microsoft.AspNetCore.Components;
  12. #nullable restore
  13. #line 1 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
  14. using System.Net.Http;
  15. #line default
  16. #line hidden
  17. #nullable disable
  18. #nullable restore
  19. #line 2 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
  20. using System.Net.Http.Json;
  21. #line default
  22. #line hidden
  23. #nullable disable
  24. #nullable restore
  25. #line 3 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
  26. using Microsoft.AspNetCore.Components.Forms;
  27. #line default
  28. #line hidden
  29. #nullable disable
  30. #nullable restore
  31. #line 4 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
  32. using Microsoft.AspNetCore.Components.Routing;
  33. #line default
  34. #line hidden
  35. #nullable disable
  36. #nullable restore
  37. #line 5 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
  38. using Microsoft.AspNetCore.Components.Web;
  39. #line default
  40. #line hidden
  41. #nullable disable
  42. #nullable restore
  43. #line 6 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
  44. using Microsoft.AspNetCore.Components.WebAssembly.Http;
  45. #line default
  46. #line hidden
  47. #nullable disable
  48. #nullable restore
  49. #line 7 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
  50. using Microsoft.JSInterop;
  51. #line default
  52. #line hidden
  53. #nullable disable
  54. #nullable restore
  55. #line 8 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
  56. using CaritasPWA;
  57. #line default
  58. #line hidden
  59. #nullable disable
  60. #nullable restore
  61. #line 9 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
  62. using CaritasPWA.Shared;
  63. #line default
  64. #line hidden
  65. #nullable disable
  66. #nullable restore
  67. #line 10 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
  68. using MatBlazor;
  69. #line default
  70. #line hidden
  71. #nullable disable
  72. public partial class CaritasServices : LayoutComponentBase
  73. {
  74. #pragma warning disable 1998
  75. protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
  76. {
  77. __builder.AddMarkupContent(0, "<h3>Welcome</h3>");
  78. }
  79. #pragma warning restore 1998
  80. }
  81. }
  82. #pragma warning restore 1591