First create solution

This commit is contained in:
2017-03-08 11:21:27 +01:00
commit a2fb86bacf
5508 changed files with 1082238 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using DevExpress.XtraReports.UI;
namespace Nuvolar.Module.ReportV2
{
public partial class Invoice : DevExpress.XtraReports.UI.XtraReport
{
public Invoice()
{
InitializeComponent();
}
}
}