- using System;
- using System.Collections.Generic;
- using Avalonia.Controls;
- using reactivepril.Models;
- using ReactiveUI;
- namespace reactivepril.ViewModels
- {
- public class Page1ViewModel : ReactiveObject
- {
- public Galochkin41pContext db = new Galochkin41pContext();
- Page2ViewModel Page2VM;
- }
- }
|