WingMan – Blame information for rev 7

Subversion Repositories:
Rev:
Rev Author Line No. Line
7 office 1 namespace WingMan.Communication
5 office 2 {
3 public enum MQTTCommunicationType
4 {
5 Server,
6 Client
7 }
8 }