C# Class NFrame.MainEx

Mostrar archivo Open project: ketoo/NoahGameFrame

Public Methods

Method Description
Main ( ) : void

Private Methods

Method Description
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

Method Details

Main() public static method

public static Main ( ) : void
return void