Esempio n. 1
0
 private static CellFormat smethod_7(CellFormat A_0, bool A_1)
 {
     if (A_1)
     {
         CellFormat format = (CellFormat)A_0.Clone();
         format.AcceptFormatRevision();
         return(format);
     }
     return(A_0);
 }