Refacto Window initialize code
authorSeungkeun Lee <sngn.lee@samsung.com>
Mon, 19 Sep 2016 05:45:43 +0000 (14:45 +0900)
committerSeungkeun Lee <sngn.lee@samsung.com>
Tue, 20 Sep 2016 04:49:16 +0000 (13:49 +0900)
commit540a3890f1cf18afb46dd523affe4a42f7fc6e01
tree69e70acfbee25231d6717f3e43d5d2b74372447c
parent1e8f83c4e964da8b0f131055864ae27a38341b90
Refacto Window initialize code

 - Move from OnRealized to Constructor
 - Orignally we add initialize code into OnRealized method to reuse with Sub class(WidgetWindow)
   But, Initialized code only for elm-window, not Widget window, So move to Constructor of Window
 - To deprecate OnRealized method

Change-Id: I7d4ddc8f04cdeb7e22acdd25d071e426a32a01e9
src/ElmSharp/ElmSharp/Window.cs