예제 #1
0
        public static void Initialize()
        {
            DarkLanguageInfo appInfo = new DarkLanguageInfo("WinFormsApplicationInfo");

            appInfo.AddMethodHandler(new ScriptMethodHandler("CreateForm", typeof(DLWindowsFormsApplication)));
            Interpreter.ReadLanguageInfo(appInfo);
            Interpreter.SaveLanguageInfo(appInfo, "WinFormsAppInfo");
        }