コード例 #1
0
ファイル: PipeClient.cs プロジェクト: huha001/TvWishList
        public PipeClient(string host, string pipe)
        {
            lng = new LanguageTranslation();
                    
#endif

            _instance = this;
            pipeName = pipe;
            hostName = host;
            if (hostName == "localhost")
            {
                hostName = ".";
            }
            else

            Log.Debug("Pipe client initiated");
        }
コード例 #2
0
ファイル: PipeClient.cs プロジェクト: huha001/TvWishList
 public PipeClient(TvWishProcessing myTvWishesTransfer, LanguageTranslation lngTransfer, string host, string pipe)
 {
     myTvWishes = myTvWishesTransfer;
     lng = lngTransfer;
     myTvWishes.ViewOnlyMode = false; //tvserver has no view only mode