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