Add Community Toolkit example

This commit is contained in:
John Baughman
2024-06-12 20:51:50 -05:00
parent 0ff8defb8c
commit 12adcf3bf4
8 changed files with 324 additions and 13 deletions

View File

@@ -0,0 +1,6 @@
namespace CommunityToolkitExample;
internal class Message<T>
{
public T Value { get; set; }
}