Esempio n. 1
0
 internal static bool smethod_5(DocumentObject A_0)
 {
     if (A_0.DocumentObjectType != DocumentObjectType.TextRange)
     {
         return(!smethod_4(A_0));
     }
     return(!Class567.smethod_28((A_0 as TextRange).Text));
 }
Esempio n. 2
0
 private static bool smethod_10(string A_0)
 {
     return(((A_0.Length > 0) && (A_0[0] == '\r')) && Class567.smethod_28(A_0));
 }