Exemple #1
0
 private void SetButtonText()
 {
     btnBurnOnlyOpt.Text = String.Format(BUTTON_TEXT, BurnerPanel.GetArgs(this.project));
 }
Exemple #2
0
 private string GetArgs()
 {
     return(BurnerPanel.GetArgs(this.project));
 }