菜鳥程序問題
初學c#
class FactoryInfo{
private string _factoryId;
private string _factoryName;
private DateTime _editDateTimes;
private AreaInfo _areaId;
}
其中AreaInfo 是另外一個類,現在在在
FactoryInfo a = new FactoryInfo();
a.factoryName = "hello";
a.areaId = (怎麼把值取出來?)