Beispiel #1
0
        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);
        }
Beispiel #2
0
        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);
        }