예제 #1
0
 /// <summary>Send Notifiction (CcApi And Ps3mApi Only).</summary>
 public void Notify(string msg, CCAPI.NotifyIcon icon = CCAPI.NotifyIcon.INFO)
 {
     if (SetAPI.API == SelectAPI.ControlConsole)
     {
         Common.CcApi.Notify(icon, msg);
     }
     else if (SetAPI.API == SelectAPI.PS3Manager)
     {
         Common.Ps3mApi.Notify(msg);
     }
 }
예제 #2
0
 // Token: 0x06000C43 RID: 3139 RVA: 0x0003F22C File Offset: 0x0003D42C
 public int Notify(CCAPI.NotifyIcon icon, string message)
 {
     return(this.notify((int)icon, message));
 }
예제 #3
0
 public int Notify(CCAPI.NotifyIcon icon, string message)
 {
     return(CCAPI.notify(CCAPI.System.connectionID, (int)icon, message));
 }