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

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