Add Forms.Init and static Ctors to Forms.Preload (#119)
author이비오/Common Platform Lab(SR)/Staff Engineer/삼성전자 <pius.lee@samsung.com>
Fri, 20 Dec 2019 06:50:21 +0000 (15:50 +0900)
committer부정균/Common Platform Lab(SR)/Staff Engineer/삼성전자 <jk.pu@samsung.com>
Fri, 20 Dec 2019 06:50:21 +0000 (15:50 +0900)
commita62c14c3625ce5dfd8de786f749ea3f487185404
tree0565e09b38b2359063f3975436868daca384b6d5
parentcfccfc65599263eb39886c2a8e2c50c5dc92814d
Add Forms.Init and static Ctors to Forms.Preload (#119)

create new FormsApplication subclass for linked to lazy lifecycle.
now user can use Interface for lifecycle to implement application
lifecycle.
Xamarin.Forms.Platform.Tizen/AdaptedFormsApplication.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/ApplicationLifecycle.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Forms.cs