コード例 #1
0
ファイル: Service.cs プロジェクト: piatech/TCPlayer
 public void UnloadPlugin(TCPlayer.API.IProgressEx Progress)
 {
 }
コード例 #2
0
 public void LoadPlugin(TCPlayer.API.IProgressEx Progress)
 {
     PluginHost.Icon = Resources.application_home;
 }
コード例 #3
0
ファイル: Service.cs プロジェクト: piatech/TCPlayer
 public void LoadPlugin(TCPlayer.API.IProgressEx Progress)
 {
     PluginHost.Icon = Resources.wrench;
 }
コード例 #4
0
 public void Disconnect(TCPlayer.API.IProgressEx Progress)
 {
 }