ATMLProject.model.TestProgramSet.ImportTestSet C# (CSharp) Метод

ImportTestSet() публичный статический Метод

public static ImportTestSet ( ) : void
Результат void
        public static void ImportTestSet()
        {
            //--- Open file that has a .tpar extention ----//
            //--- Use the file name as the test set name ---//
            //--- Validate the test set name for the correct format ---//
            //--- Check for the existance of a test set with the same name ---//
            //--- If a test set with the same name already exists then ask the user if they would like to replace it ---//
        }