private void Func2() { ConditionTest.Message("In Func2()"); }
public void Func1() { ConditionTest.Message("In Func1()"); Func2(); }