Esempio n. 1
0
 private void contextRegistry_ActiveContextChanged(object sender, EventArgs e)
 {
     PrototypeContext = m_contextRegistry.GetMostRecentContext <IPrototypingContext>();
     TreeControl.Text = (PrototypeContext != null) ?
                        "Copy items from the document and paste them here to create prototypes that can be dragged and dropped onto a canvas.".Localize()
         : null;
 }
Esempio n. 2
0
 private void contextRegistry_ActiveContextChanged(object sender, EventArgs e)
 {
     PrototypeContext = m_contextRegistry.GetMostRecentContext<IPrototypingContext>();
     TreeControl.Text = (PrototypeContext != null) ? 
         "Copy items from the document and paste them here to create prototypes that can be dragged and dropped onto a canvas.".Localize()
         : null;
 }