void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this.StudentViewControl = ((AMQG.UI.Views.StudentView)(target));
         return;
     }
     this._contentLoaded = true;
 }
Esempio n. 2
0
        private void InitializeComponent()
        {
            AvaloniaXamlLoader.Load(this);

            _studentViewControl = this.FindControl <StudentView>("studentViewControl");
        }