Esempio n. 1
0
 private void CompileLayout(object sender, EventArgs e)
 {
     try
     {
         activeLayout.ConvertFromString(editor.GetText());
     }
     catch (Exception ex)
     {
         STErrorDialog.Show("Failed to convert BFLYT! ", "Text Converter", ex.ToString());
     }
 }