전자실메일양식 통일 및 정리 작업
This commit is contained in:
@@ -7,6 +7,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
using YARTE.UI.Buttons;
|
||||
|
||||
namespace FEQ0000.Purchase
|
||||
{
|
||||
@@ -18,6 +19,7 @@ namespace FEQ0000.Purchase
|
||||
InitializeComponent();
|
||||
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
|
||||
Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS;
|
||||
PredefinedButtonSets.SetupDefaultButtons(this.htmlEditor1);
|
||||
Cate = cate;
|
||||
}
|
||||
public fMailForm(string subject, string body, string to, string cc, string bcc)
|
||||
|
||||
Reference in New Issue
Block a user