• 大小: 9.91M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 蛋糕房  系统  

资源简介

API

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Navigation;
using System.Windows.Shapes;
using Microsoft.Phone.Controls;
using Microsoft.Phone.Shell;

namespace prjCustomerSystemMobile
{
    public partial class App : Application
    {
        private CCustomer iv_customer = null;
        public CCustomer selectedCustomer
        {
            get { return iv_customer; }
            set { iv_customer = value; }
        }
        
        public string 聯絡人
        {
            get;
            set;
        }
   
        publi

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        846  2013-08-14 11:21  蛋糕店訂單\prjCustomerSystemMobile\App.xaml

     文件       6174  2013-08-14 11:23  蛋糕店訂單\prjCustomerSystemMobile\App.xaml.cs

     文件       1881  2013-08-12 14:50  蛋糕店訂單\prjCustomerSystemMobile\ApplicationIcon.png

     文件       3521  2013-08-12 14:50  蛋糕店訂單\prjCustomerSystemMobile\Background.png

     文件       1881  2013-08-12 14:50  蛋糕店訂單\prjCustomerSystemMobile\Bin\Debug\ApplicationIcon.png

     文件        401  2013-08-14 11:58  蛋糕店訂單\prjCustomerSystemMobile\Bin\Debug\AppManifest.xaml

     文件       3521  2013-08-12 14:50  蛋糕店訂單\prjCustomerSystemMobile\Bin\Debug\Background.png

     文件    2265600  2013-08-15 12:40  蛋糕店訂單\prjCustomerSystemMobile\Bin\Debug\prjCustomerSystemMobile.dll

     文件      71168  2013-08-15 12:40  蛋糕店訂單\prjCustomerSystemMobile\Bin\Debug\prjCustomerSystemMobile.pdb

     文件    2215944  2013-08-15 12:40  蛋糕店訂單\prjCustomerSystemMobile\Bin\Debug\prjCustomerSystemMobile.xap

     文件       1740  2013-08-12 14:56  蛋糕店訂單\prjCustomerSystemMobile\Bin\Debug\WMAppManifest.xml

     文件       1085  2013-08-14 11:58  蛋糕店訂單\prjCustomerSystemMobile\CConverter.cs

     文件        916  2013-08-13 15:02  蛋糕店訂單\prjCustomerSystemMobile\CCustomer.cs

     文件       4937  2013-08-15 12:40  蛋糕店訂單\prjCustomerSystemMobile\CCustomerFactory.cs

     文件       2302  2013-08-15 12:40  蛋糕店訂單\prjCustomerSystemMobile\CDataProviderFile.cs

     文件        455  2013-08-15 11:44  蛋糕店訂單\prjCustomerSystemMobile\IDatProvider.cs

     文件     109909  2013-08-13 18:27  蛋糕店訂單\prjCustomerSystemMobile\img\img_01.jpg

     文件     105004  2013-08-13 18:27  蛋糕店訂單\prjCustomerSystemMobile\img\img_02.jpg

     文件     101956  2013-08-13 18:27  蛋糕店訂單\prjCustomerSystemMobile\img\img_03.jpg

     文件      12365  2013-08-13 18:27  蛋糕店訂單\prjCustomerSystemMobile\img\img_04.jpg

     文件      17989  2013-08-13 18:27  蛋糕店訂單\prjCustomerSystemMobile\img\img_05.jpg

     文件     105004  2013-08-13 18:27  蛋糕店訂單\prjCustomerSystemMobile\img\img_06.jpg

     文件     122532  2013-08-13 18:27  蛋糕店訂單\prjCustomerSystemMobile\img\img_07.jpg

     文件      65514  2013-08-13 18:27  蛋糕店訂單\prjCustomerSystemMobile\img\img_08.jpg

     文件      24214  2013-08-13 18:27  蛋糕店訂單\prjCustomerSystemMobile\img\img_09.jpg

     文件      22277  2013-08-13 18:27  蛋糕店訂單\prjCustomerSystemMobile\img\img_10.jpg

     文件      28066  2013-08-13 18:27  蛋糕店訂單\prjCustomerSystemMobile\img\img_11.jpg

     文件      29437  2013-08-13 18:27  蛋糕店訂單\prjCustomerSystemMobile\img\img_12.jpg

     文件     109909  2013-08-13 18:27  蛋糕店訂單\prjCustomerSystemMobile\img\img_13.jpg

     文件     105004  2013-08-13 18:27  蛋糕店訂單\prjCustomerSystemMobile\img\img_14.jpg

............此处省略127个文件信息

评论

共有 条评论