Beispiel #1
0
        public Form1()
        {
            InitializeComponent();
            //string path = @"D:\ThermalDetection\ThermalDetection\ThermalData\temp223.tof";
            //loadThermalFile(path);

            drawFormat.FormatFlags = StringFormatFlags.LineLimit;

            filexExplorer             = new Explorer();
            filexExplorer.CurrentPath = @"D:\ThermalDetection\ThermalDetection";

            guiElements.SetFolderClickDelegate(FolderItemClicked);
            guiElements.SetFileClickDelegate(FileItemClicked);

            CreateUpperDirButton();
            DrawTable();
        }