Beispiel #1
0
        public LEV_D2_DataFormatParsingClass(ShowLogMessage log)
        {
            Log = log;
            //asm = Assembly.GetExecutingAssembly();
            //ProjectName = asm.GetName().Name;
            //Stream AsmStream = Assembly.GetExecutingAssembly().GetManifestResourceStream(ProjectName + "." + VersionOffsetFileName);
            List <string> Valid_Line_String_List;

            gCurrentProjectDirectory = System.Windows.Forms.Application.StartupPath;

            string subPathFileString = Path.Combine(sDefParsingFileFolder, sDefVersionOffsetFileName);

            Valid_Line_String_List = getValid_Lines_From_infoFile(subPathFileString);
            VersionOffsetDataFormatParsing(Valid_Line_String_List);

            ////////////////////////////////////////////
            subPathFileString = Path.Combine(sDefParsingFileFolder, sDefPasingRefFileName);
            ReferenceFileListParsing(subPathFileString);
        }
Beispiel #2
0
 private void HandleModal(ShowLogMessage message)
 {
     ModalContainer.Show(new LogView());
 }