コード例 #1
0
 /// <summary>
 /// Finishes the creation of the qt project
 /// </summary>
 public void Finish()
 {
     if (qtPro == null)
     {
         throw new QtVSException(commonError);
     }
     qtPro.Finish();
 }