Esempio n. 1
0
 public Product()
 {
     iop_entity = new PHY("1");
 }
Esempio n. 2
0
 static void Update(ref PHY phy)
 {
     phy.refData = "changedObjRef";
 }
Esempio n. 3
0
 public void Change(string i, ref PHY class_ref)
 {
     class_ref.ChangePhy(i);
 }
Esempio n. 4
0
 static void Update(PHY phy)
 {
     phy.refData = "changedObj";
 }