コード例 #1
0
 public void MakeInstance()
 {
     if (instance == null)
     {
         instance = this;
     }
 }
コード例 #2
0
 public void MakeInstance()
 {
     if (instance == null)
         instance = this;
 }