예제 #1
0
 public FrmDecjointPipeline(GSOGlobe globe, GSOPipeLineStyle3D style)
 {
     InitializeComponent();
     m_globe = globe;
     m_style = style;
     if (style!=null)
     {
         m_oldStyle = (GSOPipeLineStyle3D)style.Clone();
     }
     m_bInitialized = false;
 }
 public FrmDecjointPipeline(GSOGlobe globe, GSOPipeLineStyle3D style)
 {
     InitializeComponent();
     m_globe = globe;
     m_style = style;
     if (style != null)
     {
         m_oldStyle = (GSOPipeLineStyle3D)style.Clone();
     }
     m_bInitialized = false;
 }