日航班计划下载事件处理
This commit is contained in:
@@ -22,6 +22,14 @@ public class HandlerResult {
|
||||
this.fltrs = fltrs;
|
||||
}
|
||||
|
||||
public static HandlerResult success()
|
||||
{
|
||||
HandlerResult handlerResult = new HandlerResult();
|
||||
handlerResult.isSuccess = true;
|
||||
|
||||
return handlerResult;
|
||||
}//end function
|
||||
|
||||
|
||||
public static HandlerResult success(SCHD.FLTR fltr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user