Ejemplo n.º 1
0
 public static void ShowPivotPageFieldEditor()
 {
     try
     {
         var form = PivotFieldPageEditForm.GetStatic();
         form.ShowForm();
     }
     catch (Exception ex)
     {
         MsgForm.ShowMessage(ex);
     }
 }
Ejemplo n.º 2
0
 public PivotFieldPageEditController(PivotFieldPageEditForm pivotFieldPageEditForm)
 {
     this.pivotFieldPageEditForm = pivotFieldPageEditForm;
 }