10 lines
177 B
C#
10 lines
177 B
C#
|
using PettingZoo.Model;
|
|||
|
|
|||
|
namespace PettingZoo.ViewModel
|
|||
|
{
|
|||
|
public class ConnectionWindowViewModel
|
|||
|
{
|
|||
|
public ConnectionInfo ConnectionInfo { get; set; }
|
|||
|
}
|
|||
|
}
|