Beispiel #1
0
        public Init(Communicator com, TMAPI tmapi, IPluginHost host)
        {
            _com   = com;
            _tmapi = tmapi;
            _host  = host;

            if (_com != null)
            {
                _com.ReadyChanged += Com_ReadyChanged;
            }

            InitializeComponent();

            LvTM.SmallImageList = new ImageList();
            LvTM.SmallImageList.Images.Add(new Bitmap(1, 1));

            LoadSettings();

            RefreshList(true);
        }
Beispiel #2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="ps3"></param>
 public PS3RPC(TMAPI ps3)
 {
     PS3 = ps3;
 }
Beispiel #3
0
 public PS3RPC(TMAPI PS3)
 {
     PS3RPC.PS3 = PS3;
 }