Resource.designer.cs 1003 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. #pragma warning disable 1591
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. [assembly: global::Android.Runtime.ResourceDesignerAttribute("Vinno.FIS.TRTCClient.Android.Resource", IsApplication=false)]
  11. namespace Vinno.FIS.TRTCClient.Android
  12. {
  13. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "13.2.2.120")]
  14. public partial class Resource
  15. {
  16. static Resource()
  17. {
  18. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  19. }
  20. public partial class Attribute
  21. {
  22. static Attribute()
  23. {
  24. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  25. }
  26. private Attribute()
  27. {
  28. }
  29. }
  30. }
  31. }
  32. #pragma warning restore 1591