Painter class used to paint drawing objects in Office 2003 theme.
상속: FAPainterBase, IFAPainter
예제 #1
0
 /// <summary>
 /// Ctor. Creates know painter types.
 /// </summary>
 static FAPainterFactory()
 {
     PainterOffice2000 = new FAPainterOffice2000();
     PainterOffice2003 = new FAPainterOffice2003();
     PainterOffice2007 = new FAPainterOffice2007();
     PainterWinXP = new FAPainterWindowsXP();
 }
예제 #2
0
 /// <summary>
 /// Ctor. Creates know painter types.
 /// </summary>
 static FAPainterFactory()
 {
     PainterOffice2000 = new FAPainterOffice2000();
     PainterOffice2003 = new FAPainterOffice2003();
     PainterOffice2007 = new FAPainterOffice2007();
     PainterWinXP      = new FAPainterWindowsXP();
 }