Пример #1
0
 static BBB()
 {
     myVariable = new SomeObjectType();
     myVariable.SomeProperty = "B";
 }
Пример #2
0
 static AAA()
 {
     myVariable = new SomeObjectType();
     myVariable.SomeProperty = "A";
 }