class Beta { }
class Alpha { static Beta b1;
Beta b2;
}
public class Tester
{
public static void main(string[] args)
{
Beta b1 = new...