public CName(string name, LibGPGX.INPUT_KEYS key)
 {
     Name = name;
     Key  = key;
 }
 public CName(string Name, LibGPGX.INPUT_KEYS Key)
 {
     this.Name = Name;
     this.Key  = Key;
 }
Example #3
0
			public CName(string Name, LibGPGX.INPUT_KEYS Key)
			{
				this.Name = Name;
				this.Key = Key;
			}