Exemple #1
0
 private void cmdsavestartgcode_Click(object sender, EventArgs e)
 {
     m_config.HeaderCode = txtstartgcode.Text;
     m_config.SaveFile(UVDLPApp.Instance().ProfilePathString() + "start.gcode", txtstartgcode.Text);
 }