VEPROMS_UI / remove BouncyCastle
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using VEPROMS.CSLA.Library;
|
||||
|
||||
@@ -11,8 +6,8 @@ namespace VEPROMS
|
||||
{
|
||||
public partial class dlgPhoneList : Form
|
||||
{
|
||||
private DocVersionConfig _docVersionConfig;
|
||||
private string _origPhoneList;
|
||||
private readonly DocVersionConfig _docVersionConfig;
|
||||
private readonly string _origPhoneList;
|
||||
public dlgPhoneList(DocVersionConfig dvc)
|
||||
{
|
||||
_docVersionConfig = dvc;
|
||||
|
||||
Reference in New Issue
Block a user