Exemplo n.º 1
0
			public WeekView(CalendarView _enclosing, android.content.Context context) : base(
				context)
			{
				throw new System.NotImplementedException();
			}
Exemplo n.º 2
0
 public WeekView(CalendarView _enclosing, android.content.Context context) : base(
         context)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 3
0
			internal ScrollStateRunnable(CalendarView _enclosing)
			{
				this._enclosing = _enclosing;
			}
Exemplo n.º 4
0
 internal ScrollStateRunnable(CalendarView _enclosing)
 {
     this._enclosing = _enclosing;
 }