, , , .
, 15-50 , DataContext. , , .
, , , .
:
( )
namespace SO19398590
{
using Microsoft.Phone.Controls;
public class MyBasePage : PhoneApplicationPage
{
}
}
, .
CS:
public partial class MainPage : MyBasePage
{
public MainPage()
{
InitializeComponent();
}
}
xaml (partial):
<so19398590:MyBasePage
x:Class="SO19398590.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:so19398590="clr-namespace:SO19398590"
SupportedOrientations="Portrait">
<Grid x:Name="LayoutRoot" Background="Transparent">
</Grid>
</so19398590:MyBasePage>
, , , .
, Windows Phone , . () , , .
[ ] , , .
, - , PhoneApplicationFrame .
, , "" , , " ".