public static XConnectionSingleton GetInstance() { if(Instance == null) Instance = new XConnectionSingleton(); return Instance; }
public static XConnectionSingleton GetInstance() { if (Instance == null) { Instance = new XConnectionSingleton(); } return(Instance); }
protected override void RegisterHook() { SetupMapping(); XConn = XConnectionSingleton.GetInstance(); XConn.OnEvent += HandleXEvent; }