コード例 #1
0
 public static QuarterlyProfitLossFrm GetInstance()
 {
     if (singleton == null)
     {
         singleton = new QuarterlyProfitLossFrm();
     }
     return(singleton);
 }
コード例 #2
0
 private void QuarterlyProfitLoss_FormClosed(object sender, FormClosedEventArgs e)
 {
     singleton = null;
 }