Example #1
0
 public static void LoadSalesSumaryChart(ChartingForm chartingForm)
 {
     BusinessApplication.Instance.OpenModel(() => new ChartQueryableRiport());
 }
Example #2
0
 public static void LoadAllChartTypes(ChartingForm chartingForm)
 {
     BusinessApplication.Instance.OpenModel(() => new ChartingAllForm());
 }