Ejemplo n.º 1
0
		void SetStyle (string name, string referencedStyleName)
		{
			styleLookupTable[name] = new ReferencedChunkStyle (this, referencedStyleName);
		}
Ejemplo n.º 2
0
 void SetStyle(string name, string referencedStyleName)
 {
     styleLookupTable[name] = new ReferencedChunkStyle(this, referencedStyleName);
 }