setNotSave() публичный Метод

public setNotSave ( bool rhs ) : void
rhs bool
Результат void
Пример #1
0
 public void add2(cReportFormula formula, String name)
 {
     try
     {
         Add(name, formula);
         formula.setNotSave(true);
     }
     catch
     {
     }
 }
 public void add2(cReportFormula formula, String name)
 { 
     try
     {
         Add(name, formula);
         formula.setNotSave(true);
     }
     catch 
     {
     }
 }