|
|
От: |
Александр
|
|
| Дата: | 19.01.06 14:20 | ||
| Оценка: | |||
А> static void Main(string[] args)
А> {
А> if (true)
А> {
А> string foo = null;
А> }
А> string foo = null;
А> }
А>if (true)
{
string foo = null;
}
{
string foo = null;
}