| 123456789101112131415161718192021222324 |
- using System;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Data;
- using System.Drawing;
- using System.Linq;
- using System.Runtime.InteropServices;
- using System.Text;
- using System.Windows.Forms;
- using Y.Skin.YoForm.Shadow;
- using Y.Utils.WindowsUtils.APIUtils;
- namespace Y.Test.Views
- {
- public partial class TestShadowForm : ShadowForm
- {
- public TestShadowForm()
- {
- InitializeComponent();
- }
- private void TestShadowForm_Load(object sender, EventArgs e)
- { }
- }
- }
|