예제 #1
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightTestApplication;component/GroupingDiagram.xaml", System.UriKind.Relative));
     this.myDiagram = ((Northwoods.GoXam.Diagram)(this.FindName("myDiagram")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightTestApplication;component/ComplexERDiagram.xaml", System.UriKind.Relative));
     this.myDiagram   = ((Northwoods.GoXam.Diagram)(this.FindName("myDiagram")));
     this.GridPattern = ((Northwoods.GoXam.GridPattern)(this.FindName("GridPattern")));
     this.myListBox   = ((System.Windows.Controls.ListBox)(this.FindName("myListBox")));
     this.printPanel  = ((System.Windows.Controls.StackPanel)(this.FindName("printPanel")));
 }