WingMan – Blame information for rev 10

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 }
8 }