예제 #1
0
    public GetPVEConfigs GetPVEEventConfigs()
    {
        GetPVEConfigs component = new GetPVEConfigs();

        component.GetEventConfigs();
        return(component);
    }
 private void GetPVEConfig()
 {
     if (!this.isRequestingServer)
     {
         this.isRequestingServer = true;
         this.getConfigReq = ServerRequestManager.instance.GetPVEConfigs();
         this.getConfigReq.GetConfigSuccess += new EventHandler<EventArgs>(this.OnGetConfigsSuccess);
         this.getConfigReq.GetConfigFail += new EventHandler<EventArgs>(this.OnGetConfigFail);
     }
 }
 public GetPVEConfigs GetPVEEventConfigs()
 {
     GetPVEConfigs component = new GetPVEConfigs();
     component.GetEventConfigs();
     return component;
 }