예제 #1
0
        private void GUI_Syllabus_Map_Load(object sender, EventArgs e)
        {
            if (p.getLock(idpo) == true)
            {
                btnSave.Enabled = false;
            }
            loadDB();
            string sts = lsSyllabusOut.GetItemValue(index).ToString();
            string stp = map.loadmap(sts);

            loadchecked(map.loadcheckedlist(stp));
        }
예제 #2
0
        public string loadmapTest([PexAssumeUnderTest] MappingBLL target, string sts)
        {
            string result = target.loadmap(sts);

            return(result);
            // TODO: add assertions to method MappingBLLTest.loadmapTest(MappingBLL, String)
        }