螢幕快照 2015-06-25 下午12.47.55  

1.目標裝置只出現 "My Mac"

小賢 發表在 痞客邦 留言(0) 人氣()

public int Main()
{

    Func<InParameter, OutParameter>[] createGroupAction = 
    {
        CreateGroup1, 
        CreateGroup2, 
        CreateGroup3, 
        CreateGroup4 
    };

    for (int f = 0; f < createGroupAction.GetLength(0); f++) {

        var outParameter = createGroupAction[f](inParameter);
    }

    return 0;

}

private OutParameter CreateGroup1(InParameter parameter)
{
    return new OutParameter(parameter);
}

 

參考資料:

小賢 發表在 痞客邦 留言(0) 人氣()

VS2015RC with Win10Mobile ,按F5後出現,

錯誤 錯誤 : DEP4100 : 無法建立資料夾 "D:\WPSystem\SharedData\PhoneTools\AppxLayouts\xxx"。

小賢 發表在 痞客邦 留言(0) 人氣()

 

    // 建立Group    

小賢 發表在 痞客邦 留言(0) 人氣()

參考資料:

 https://msdn.microsoft.com/zh-tw/library/bb613579(v=vs.110).aspx


小賢 發表在 痞客邦 留言(0) 人氣()