示例#1
0
 public CName(string Name, LibGPGXDynamic.INPUT_KEYS Key)
 {
     this.Name = Name;
     this.Key  = Key;
 }
			public CName(string Name, LibGPGXDynamic.INPUT_KEYS Key)
			{
				this.Name = Name;
				this.Key = Key;
			}