
public class C1
{
    public  int x1;
    private int x2;

    public  void m1() 
    {
        
    }
    private void m2() 
    {
    
    }
}
