Exemplo n.º 1
0
 internal PieDrawableFactory(MainCalculationFactory factory, Chart chart)
     : base(factory, chart)
 {
 }
Exemplo n.º 2
0
 internal MainDrawableFactory(MainCalculationFactory factory, Chart chart)
 {
     this.factory = factory;
     this.chart   = chart;
 }