Reconfigure for GIT

This commit is contained in:
2017-03-26 20:00:03 +02:00
commit 00637826ab
8056 changed files with 535977 additions and 0 deletions
@@ -0,0 +1,18 @@
Imports SISBusiness.Module
Imports DevExpress.Xpo
Public Class ProductsDetailUserControl
Private _Products As Products
Private _uow As UnitOfWork
Public Property Products As SISBusiness.Module.Products
Get
Return _Products
End Get
Set(value As SISBusiness.Module.Products)
End Set
End Property
Private Sub FolderUserControl_Resize(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Resize
End Sub
End Class