C# 클래스 NFrame.MainEx

파일 보기 프로젝트 열기: ketoo/NoahGameFrame

공개 메소드들

메소드 설명
Main ( ) : void

비공개 메소드들

메소드 설명
HeartBeatEventHandler ( NFGUID self, string strHeartBeat, float fTime, int nRemainCount ) : void
OnClassHandler ( NFGUID self, int nContainerID, int nGroupID, NFIObject eType, string strClassName, string strConfigIndex ) : void
OnPropertydHandler ( NFGUID self, string strProperty, NFIDataList oldVar, NFIDataList newVar ) : void
OnRecordEventHandler ( NFGUID self, string strRecordName, NFIRecord eType, int nRow, int nCol, NFIDataList oldVar, NFIDataList newVar ) : void

메소드 상세

Main() 공개 정적인 메소드

public static Main ( ) : void
리턴 void