public override Widget CreatePanelWidget () { if(w==null) w = new ProjectIncludesWidget(ConfiguredProject as DProject, CurrentConfiguration as DProjectConfiguration); return w; }
public override Widget CreatePanelWidget() { if (w == null) { w = new ProjectIncludesWidget(ConfiguredProject as DProject, CurrentConfiguration as DProjectConfiguration); } return(w); }