コード例 #1
0
        protected override void OnNavigatedTo(NavigationEventArgs e)
        {
            if (e.Parameter is CGL.CGL_LiveCodingAPIv1)
            {
                LiveCodingAPI = (e.Parameter as CGL.CGL_LiveCodingAPIv1);
            }

            base.OnNavigatedTo(e);
        }
コード例 #2
0
 public MainPage()
 {
     this.InitializeComponent();
     LiveCodingAPI = new CGL_LiveCodingAPIv1();
 }