コード例 #1
0
 public static SheetNoteScript GetInstance()
 {
     if (Instance == null)
     {
         Instance = new SheetNoteScript();
     }
     return(Instance);
 }
コード例 #2
0
    public static SheetNoteScript GetInstance()
    {
        if (Instance == null)
        {
            Instance = new SheetNoteScript();

        }
        return Instance;
    }