Esempio n. 1
0
        static void Main()
        {
            embedder = new Embedder("symbols.txt");

            pngPath = embedder.SaveMatrixPng(id, size, margin);

            Application.SetHighDpiMode(HighDpiMode.SystemAware);
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(form = new MainForm());

            RefreshPlot();
        }