コード例 #1
0
 public Channel(string name, Color textColor)
 {
     TextColor  = textColor;
     Name       = name;
     ChannelLog = new ChatLogger(Path.Combine(TPulsePaths.GetPath(TPulsePath.SavePath), ChatLogFolder, Name + ".txt"));
 }
コード例 #2
0
ファイル: Channel.cs プロジェクト: jordsti/TPulse
 public Channel(string name, Color textColor)
 {
     TextColor = textColor;
     Name = name;
     ChannelLog = new ChatLogger(Path.Combine(TPulsePaths.GetPath(TPulsePath.SavePath), ChatLogFolder, Name + ".txt"));
 }