コード例 #1
0
ファイル: App.g.cs プロジェクト: softcitylimited/PCare
 public static void Main()
 {
     PatientCare.App app = new PatientCare.App();
     app.InitializeComponent();
     app.Run();
 }
コード例 #2
0
ファイル: App.g.i.cs プロジェクト: shahinurkabir/PCare
 public static void Main() {
     PatientCare.App app = new PatientCare.App();
     app.InitializeComponent();
     app.Run();
 }