public RingDialog() { InitializeComponent(); _rings = new Ring(); }
public MainWindow() { InitializeComponent(); v = new Vault(); r = new Ring(); }