fqc
lu
2025-04-05 247cc1010a4967a24d2d0eaeb092acc24c08ba96
DevApp/Gs.DevApp/XtraForm1.cs
@@ -1,4 +1,10 @@
using DevExpress.XtraEditors;
using DevExpress.Internal.WinApi;
using DevExpress.XtraBars.ToastNotifications;
using DevExpress.XtraEditors;
using DevExpress.XtraTreeList;
using Gs.DevApp.Entity;
using Gs.DevApp.ToolBox;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.ComponentModel;
@@ -16,6 +22,15 @@
        public XtraForm1()
        {
            InitializeComponent();
        }
        private void simpleButton1_Click(object sender, EventArgs e)
        {
            //toastNotificationsManager1 = new ToastNotificationsManager();
            //VanishingMessage vm = new VanishingMessage(System.Drawing.Color.OrangeRed,  "操作成春树暮云顶戴槈");
            //vm.Show();
        }
    }
}