如题...Thanks ... 如以下的C#代码模式效果...怎么写呢,有没有实例啊:
using System;
using System.Collections.Generic;
using System.Windows.Forms;
using DevComponents.DotNetBar;namespace test
{
    static class Program
    {
        /// <summary>
        /// 应用程序的主入口点。
        /// </summary>
        [STAThread]
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new TestByteCut.TestByteCut());
        }
    }
}
以上内容有指定关键字的高亮...用UBB怎么实例...