Esempio n. 1
0
        private NvdlAttachPlaceholder ReadAttachPlaceholder()
        {
            NvdlAttachPlaceholder el = new NvdlAttachPlaceholder();

            ReadCommonActionContent(el);
            return(el);
        }
Esempio n. 2
0
		private NvdlAttachPlaceholder ReadAttachPlaceholder ()
		{
			NvdlAttachPlaceholder el = new NvdlAttachPlaceholder ();
			ReadCommonActionContent (el);
			return el;
		}