コード例 #1
0
ファイル: Excel_Editing.cs プロジェクト: hyeongck/j
        public INT Open(string Key)
        {
            INT Int = null;

            switch (Key.ToUpper().Trim())
            {
            case "FCM":
                Int = new FCM_Automation_EXCEL();
                break;

            case "GETSPEC":
                Int = new GETSPEC();
                break;
            }
            return(Int);
        }
コード例 #2
0
ファイル: PPTX_Editing.cs プロジェクト: hyeongck/j
        public INT Opened(string Key)
        {
            INT Int = null;

            switch (Key.ToUpper().Trim())
            {
            case "YIELD":
                Int = new YILED();
                break;

            case "FCM":
                Int = new FCM_Automation_EXCEL();
                break;
            }
            return(Int);
        }