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