Beispiel #1
0
 public _Pending(
     LocalizationsDelegate del,
     Future <object> futureValue)
 {
     this.del         = del;
     this.futureValue = futureValue;
 }
 public abstract bool shouldReload(LocalizationsDelegate old);
 public override bool shouldReload(LocalizationsDelegate old)
 {
     return(false);
 }