Fetch the repository succeeded.
using GrapecityReportsLibrary.Controls;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace GrapecityReportsLibrary
{
public partial class CustomerFeedback : Form
{
public Report CurrentReport { get; set; }
public CustomerFeedback()
{
InitializeComponent();
}
}
}
Sign in for post a comment
Comment ( 0 )