private void Main_Load(object sender, EventArgs e) { EnableOthersBox(false); if (PS3.GetCurrentAPI() == SelectAPI.TargetManager) { PS3.PS3TMAPI_NET(); } }
public static SelectAPI GetCurrentAPI() { return(DEX.GetCurrentAPI() & CEX.GetCurrentAPI()); }