Esempio n. 1
0
 public XobotWindow(Context context)
     : base(context)
 {
     layout_inflater = new XobotLayoutInflater(context);
     view            = new DecorView(context);
     attach_info     = new View.AttachInfo(this);
 }
Esempio n. 2
0
		public XobotWindow (Context context)
			: base (context)
		{
			layout_inflater = new XobotLayoutInflater (context);
			view = new DecorView (context);
			attach_info = new View.AttachInfo (this);
		}