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

            return(w);
        }