コード例 #1
0
ファイル: App.xaml.cs プロジェクト: super3/Sketch-and-Shake
 // Code to execute when the application is launching (eg, from Start)
 // This code will not execute when the application is reactivated
 private void Application_Launching(object sender, LaunchingEventArgs e)
 {
     AppSettings settings = new AppSettings();
     settings.setBrushColor(Colors.Red);
     settings.setBrushSize(10);
 }