コード例 #1
0
        private void mnuInWardEntry_Click(object sender, RoutedEventArgs e)
        {
            inwardEntry = Inward.Instance;

            inwardEntry.Show();

            inwardEntry.Focus();
        }
コード例 #2
0
ファイル: Inward.xaml.cs プロジェクト: RaviKatira/MVVMProject
 private void Window_Closing(object sender, System.ComponentModel.CancelEventArgs e)
 {
     instance = null;
 }