Skip to content

Instantly share code, notes, and snippets.

@TBertuzzi
Created July 28, 2021 00:44
Show Gist options
  • Save TBertuzzi/99d2795a82ec6d73ba32eeb9e8bd59fe to your computer and use it in GitHub Desktop.
Save TBertuzzi/99d2795a82ec6d73ba32eeb9e8bd59fe to your computer and use it in GitHub Desktop.
EventAggregator
using System;
namespace XamarinFormsEventAggregator.Events
{
public class SomarMessage
{
public string Texto { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment