mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-27 02:41:12 +00:00
10 lines
168 B
C#
10 lines
168 B
C#
![]() |
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
// CountMessage.cs
|
||
|
|
||
|
namespace Samples;
|
||
|
|
||
|
public class CountMessage
|
||
|
{
|
||
|
public int Content { get; set; }
|
||
|
}
|