示例#1
0
 public ChannelManager(string channelsFile)
 {
     ChannelsFile   = TPulsePaths.Combine(TPulsePath.SavePath, channelsFile);
     DefaultChannel = null;
     LoadChannelsFile();
 }
示例#2
0
 public FriendsDB()
 {
     DefaultFile = TPulsePaths.Combine(TPulsePath.SavePath, "friends.db");
 }