예제 #1
0
 // Typically target has not been added to targetParent.Controls collection yet.
 internal void CheckedInstantiateTemplate(ITemplate template, MobileControl target, MobileControl targetParent)
 {
     template.InstantiateIn (target);
     target.SetInstantiatingTemplateAndVerify (template, targetParent);
 }
예제 #2
0
 // Typically target has not been added to targetParent.Controls collection yet.
 internal void CheckedInstantiateTemplate(ITemplate template, MobileControl target, MobileControl targetParent)
 {
     template.InstantiateIn(target);
     target.SetInstantiatingTemplateAndVerify(template, targetParent);
 }