예제 #1
0
 public static ActionSendHeartbeat Create(ServerSystemHeartbeat s_, Server server_)
 {
     ActionSendHeartbeat a = new ActionSendHeartbeat();
     a.s = s_;
     a.server = server_;
     return a;
 }
예제 #2
0
    public static ActionSendHeartbeat Create(ServerSystemHeartbeat s_, Server server_)
    {
        ActionSendHeartbeat a = new ActionSendHeartbeat();

        a.s      = s_;
        a.server = server_;
        return(a);
    }