main
1using System;
2using solidware.financials.infrastructure.eventing;
3
4namespace solidware.financials.windows.ui.events
5{
6 public class SelectedFamilyMember : Event
7 {
8 public Guid id { get; set; }
9 }
10}