예제 #1
0
파일: App.xaml.cs 프로젝트: fsp864/UTAD-PMU
        public App()
        {
            this.InitializeComponent();
            this.Suspending += OnSuspending;

            ModeloSoma = new ModelSoma();
        }
예제 #2
0
파일: App.xaml.cs 프로젝트: fsp864/UTAD-PMU
 public App()
 {
     ModeloSoma = new ModelSoma();
 }