public static ActionSendHeartbeat Create(ServerSystemHeartbeat s_, Server server_) { ActionSendHeartbeat a = new ActionSendHeartbeat(); a.s = s_; a.server = server_; return a; }
public static ActionSendHeartbeat Create(ServerSystemHeartbeat s_, Server server_) { ActionSendHeartbeat a = new ActionSendHeartbeat(); a.s = s_; a.server = server_; return(a); }