Exemplo n.º 1
0
 /// ------------------------------------------------------------------------------------
 /// <summary>
 /// Makes the root box.
 /// </summary>
 /// <returns></returns>
 /// ------------------------------------------------------------------------------------
 protected override IVwRootBox MakeRootBox()
 {
     return(VwInvertedRootBoxClass.Create());
 }
Exemplo n.º 2
0
 /// ------------------------------------------------------------------------------------
 /// <summary>
 /// Makes the root box.
 /// </summary>
 /// <returns></returns>
 /// ------------------------------------------------------------------------------------
 internal override IVwRootBox MakeRootBox()
 {
     return(VwInvertedRootBoxClass.Create());
 }