| 1234567891011121314151617181920212223242526 |
- using System;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Data;
- using System.Drawing;
- using System.Linq;
- using System.Text;
- using System.Windows.Forms;
- using Y.Skin.YoForm.CustomTitle;
- using Y.Skin.YoForm.NoTitle;
- namespace Y.Test.Views
- {
- public partial class TestSimpleTitle : DarkTitleForm
- {
- public TestSimpleTitle()
- {
- InitializeComponent();
- }
- private void TestSimpleTitle_Load(object sender, EventArgs e)
- {
- }
- }
- }
|