WingMan – Blame information for rev 32

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