コード例 #1
0
ファイル: ParseForm.cs プロジェクト: sillsdev/CarlaLegacy
 //******************************************************************
 /// <summary>
 /// Sets moInstance back to null when the form is closed.
 /// </summary>
 protected override void OnClosed(EventArgs oArgs)
 {
     try
     {
         moInstance = null;
     }
     catch (Exception oException)
     {
         ShowException(oException);
     }
 }
コード例 #2
0
ファイル: ParseForm.cs プロジェクト: sillsdev/CarlaLegacy
 //******************************************************************
 /// <summary>
 /// Sets moInstance back to null when the form is closed.
 /// </summary>
 protected override void OnClosed(EventArgs oArgs)
 {
     try
     {
         moInstance = null;
     }
     catch (Exception oException)
     {
         ShowException(oException);
     }
 }