예제 #1
0
 public MotigomaItiran(MotigomaItiran src)
 {
     valueMk = new int[(int)Motigoma.Yososu];
     Array.Copy(src.valueMk, valueMk, src.valueMk.Length);
     yomiMotigomaItiran = new YomiMotigomaItiran(this);
 }
예제 #2
0
 public MotigomaItiran()
 {
     valueMk            = new int[(int)Motigoma.Yososu];
     yomiMotigomaItiran = new YomiMotigomaItiran(this);
 }