예제 #1
0
        private void mnuInWardEntry_Click(object sender, RoutedEventArgs e)
        {
            inwardEntry = Inward.Instance;

            inwardEntry.Show();

            inwardEntry.Focus();
        }
예제 #2
0
 private void Window_Closing(object sender, System.ComponentModel.CancelEventArgs e)
 {
     instance = null;
 }