All pastes #2100570 Raw Edit

login

public xml v1 · immutable
#2100570 ·published 2012-01-06 22:09 UTC
rendered paste body
<Window x:Class="WpfVkontacteClient.LoginWindow"        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"		xmlns:wf="clr-namespace:System.Windows.Forms;assembly=System.Windows.Forms"        Title="Окно входа в систему" Height="450" Width="600"		Closing="Window_Closing" FocusManager.FocusedElement="{Binding ElementName=webBrowser}">    <Grid>		<WindowsFormsHost >			<wf:WebBrowser x:Name="webBrowser" />		</WindowsFormsHost>	</Grid></Window>