..
This commit is contained in:
22
SubProject/FEQ0000/PurchaseNR/fInputSC.cs
Normal file
22
SubProject/FEQ0000/PurchaseNR/fInputSC.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace FEQ0000.Purchase
|
||||
{
|
||||
public partial class fInputSC : Form
|
||||
{
|
||||
public fInputSC()
|
||||
{
|
||||
InitializeComponent();
|
||||
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
|
||||
Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user