Exemplo n.º 1
0
        public void MergeWith_Empty()
        {
            TestTableSectionStyle tss = new TestTableSectionStyle();

            tss.MergeWith(new TableSectionStyle());
            DefaultProperties(tss);
        }
Exemplo n.º 2
0
		public void MergeWith_Empty ()
		{
			TestTableSectionStyle tss = new TestTableSectionStyle ();
			tss.MergeWith (new TableSectionStyle ());
			DefaultProperties (tss);
		}