Beispiel #1
0
 public void SetConfig(PGMKInputConfig config)
 {
     this.config = config;
 }
Beispiel #2
0
 public PGMKInputDevice(PGMKInputConfig config)
 {
     this.config = config;
 }