Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'PrusaSL1Viewer/Program.cs')
-rw-r--r--PrusaSL1Viewer/Program.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/PrusaSL1Viewer/Program.cs b/PrusaSL1Viewer/Program.cs
index 27858f5..0bfbe42 100644
--- a/PrusaSL1Viewer/Program.cs
+++ b/PrusaSL1Viewer/Program.cs
@@ -32,15 +32,6 @@ namespace PrusaSL1Viewer
FrmMain = new FrmMain();
FrmAbout = new FrmAbout();
Application.Run(FrmMain);
-
- //CbddlpFile file = new CbddlpFile();
-
- //file.Decode(@"D:\Tiago\Desktop\_Coronavirus-v6-HIRES-Supports_NOAA.cbddlp");
- /*file.Decode(@"D:\Tiago\Desktop\coronanew11.cbddlp");
- file.GetLayerImage(0).Save(@"D:\img-new-0.png");
- file.GetLayerImage(10).Save(@"D:\img-new-10.png");
- file.GetLayerImage(20).Save(@"D:\img-new-20.png");
- file.GetLayerImage(50).Save(@"D:\img-new-50.png");*/
}
}
}