コード例 #1
0
ファイル: ContactAccessor.cs プロジェクト: smndtrl/Signal-UWP
        public static ContactAccessor getInstance()
        {

            if (instance == null)
                instance = new ContactAccessor();

            return instance;

        }
コード例 #2
0
        public static ContactAccessor getInstance()
        {
            if (instance == null)
            {
                instance = new ContactAccessor();
            }

            return(instance);
        }