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,16 @@
Imports DevExpress.ExpressApp.Win.Editors
Imports Microsoft.VisualBasic
Imports System
Imports DevExpress.ExpressApp.Model
Public Class MemoEditStringPropertyEditor
Inherits StringPropertyEditor
Sub New(objectType As System.Type, model As DevExpress.ExpressApp.Model.IModelMemberViewItem)
MyBase.New(objectType, model)
End Sub
Protected Overrides Function CreateRepositoryItem() As DevExpress.XtraEditors.Repository.RepositoryItem
Return New RepositoryItemLargeStringEdit
End Function
End Class