Пример #1
0
 public PartySubtypeAdd()
 {
     this.InitializeComponent();
     conn = new Connection().GetConnection();
     conn.CreateTable <PartySubtype>();
     viewModel = new PartySubtypeViewModel();
 }
        public PartySubtypeList()
        {
            this.InitializeComponent();
            conn = new Connection().GetConnection();
            PartySubtypeViewModel viewModel = new PartySubtypeViewModel();

            partySubtype = viewModel.PartySubtypeList();
        }