public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/MQuter-eLabApp;component/View/Editors/ActivityEditor.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ParamEditorCanvas = ((MQuter_eLabApp.View.DrawingCanvas.ParameterCanvas)(this.FindName("ParamEditorCanvas")));
     this.CancelButton = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.OKButton = ((System.Windows.Controls.Button)(this.FindName("OKButton")));
 }
 public ParamOutboundComp(ParameterCanvas master)
     : this()
 {
     ParamCanvas = master;
 }