C# access multiple component properties

后端 未结 0 1753
深忆病人
深忆病人 2020-11-29 03:26

I\'m pretty new to C# coming from Delphi...

Is there a C# equivalent to Delphi\'s

with COMPONENT do 
begin
  property1 := true;
  property1 := 100;
  .         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题