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