diff --git a/Nuvolar.Module.Win.CSharp/Controllers/Transfer_VC.Designer.cs b/Nuvolar.Module.Win.CSharp/Controllers/Transfer_VC.Designer.cs new file mode 100644 index 0000000..85ebbe6 --- /dev/null +++ b/Nuvolar.Module.Win.CSharp/Controllers/Transfer_VC.Designer.cs @@ -0,0 +1,36 @@ +namespace Nuvolar.Module.Win.CSharp.Controllers +{ + partial class Transfer_VC + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Component Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.components = new System.ComponentModel.Container(); + } + + #endregion + } +} diff --git a/Nuvolar.Module.Win.CSharp/Controllers/Transfer_VC.cs b/Nuvolar.Module.Win.CSharp/Controllers/Transfer_VC.cs new file mode 100644 index 0000000..107cfce --- /dev/null +++ b/Nuvolar.Module.Win.CSharp/Controllers/Transfer_VC.cs @@ -0,0 +1,44 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using DevExpress.Data.Filtering; +using DevExpress.ExpressApp; +using DevExpress.ExpressApp.Actions; +using DevExpress.ExpressApp.Editors; +using DevExpress.ExpressApp.Layout; +using DevExpress.ExpressApp.Model.NodeGenerators; +using DevExpress.ExpressApp.SystemModule; +using DevExpress.ExpressApp.Templates; +using DevExpress.ExpressApp.Utils; +using DevExpress.Persistent.Base; +using DevExpress.Persistent.Validation; + +namespace Nuvolar.Module.Win.CSharp.Controllers +{ + // For more typical usage scenarios, be sure to check out https://documentation.devexpress.com/eXpressAppFramework/clsDevExpressExpressAppViewControllertopic.aspx. + public partial class Transfer_VC : ViewController + { + public Transfer_VC() + { + InitializeComponent(); + //Maradj laza !!! + // Target required Views (via the TargetXXX properties) and create their Actions. + } + protected override void OnActivated() + { + base.OnActivated(); + // Perform various tasks depending on the target View. + } + protected override void OnViewControlsCreated() + { + base.OnViewControlsCreated(); + // Access and customize the target View control. + } + protected override void OnDeactivated() + { + // Unsubscribe from previously subscribed events and release other references and resources. + base.OnDeactivated(); + } + } +} diff --git a/Nuvolar.Module.Win.CSharp/Nuvolar.Module.Win.CSharp.csproj b/Nuvolar.Module.Win.CSharp/Nuvolar.Module.Win.CSharp.csproj index f7b3ad7..df55d57 100644 --- a/Nuvolar.Module.Win.CSharp/Nuvolar.Module.Win.CSharp.csproj +++ b/Nuvolar.Module.Win.CSharp/Nuvolar.Module.Win.CSharp.csproj @@ -140,6 +140,12 @@ NewCustomersFromVC.cs + + Component + + + Transfer_VC.cs + Component diff --git a/Nuvolar.Win.Lite/Program.vb b/Nuvolar.Win.Lite/Program.vb index f5159b3..3283ab1 100644 --- a/Nuvolar.Win.Lite/Program.vb +++ b/Nuvolar.Win.Lite/Program.vb @@ -8,7 +8,8 @@ Imports DevExpress.Persistent.AuditTrail Imports Nuvolar.Module - +'Itt egy kommit Transfer branch +'6-hoz egy commit Friend NotInheritable Class Program Private Sub New() End Sub