C2026-043-Tech-Debt_v1 - Stash 1
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;
|
||||
|
||||
namespace Volian.Controls.Library
|
||||
@@ -12,11 +7,11 @@ namespace Volian.Controls.Library
|
||||
// (a few users said that procedures 'disappeared' but this could not be reproduced)
|
||||
public partial class dlgDelProcReason : Form
|
||||
{
|
||||
vlnTreeView VTreeView;
|
||||
readonly vlnTreeView VTreeView;
|
||||
public dlgDelProcReason(vlnTreeView tv)
|
||||
{
|
||||
InitializeComponent();
|
||||
this.Text = "Verify Delete By " + Volian.Base.Library.VlnSettings.UserID;
|
||||
this.Text = $"Verify Delete By {Volian.Base.Library.VlnSettings.UserID}";
|
||||
VTreeView = tv;
|
||||
tbDelProcReason.Focus();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user