Inheritance: java.lang.Object
Esempio n. 1
0
 public UpdateHandler(AppWidgetHost _enclosing, android.os.Looper looper) : base(looper
                                                                                 )
 {
     throw new System.NotImplementedException();
 }
Esempio n. 2
0
			public UpdateHandler(AppWidgetHost _enclosing, android.os.Looper looper) : base(looper
				)
			{
				throw new System.NotImplementedException();
			}
Esempio n. 3
0
 internal Callbacks(AppWidgetHost _enclosing)
 {
     this._enclosing = _enclosing;
 }
Esempio n. 4
0
			internal Callbacks(AppWidgetHost _enclosing)
			{
				this._enclosing = _enclosing;
			}