Esempio n. 1
0
        public MainWindow(StartupEventArgs e)
        {
            InitializeComponent();

            logSync = new SyncedViewModel(this, e);
        }
Esempio n. 2
0
        private string id;                 // The id by which the main window knows this view

        public LogView(SyncedViewModel ls, string _id)
        {
            InitializeComponent();
            logSync = ls;
            id      = _id;
        }