Remove Console.Writeline code
This commit is contained in:
parent
408a1f2f50
commit
9412f726e6
@ -213,6 +213,10 @@
|
|||||||
SubType = "Code"
|
SubType = "Code"
|
||||||
BuildAction = "Compile"
|
BuildAction = "Compile"
|
||||||
/>
|
/>
|
||||||
|
<File
|
||||||
|
RelPath = "images\CASA.bmp"
|
||||||
|
BuildAction = "Content"
|
||||||
|
/>
|
||||||
<File
|
<File
|
||||||
RelPath = "images\CASA_16.png"
|
RelPath = "images\CASA_16.png"
|
||||||
BuildAction = "Content"
|
BuildAction = "Content"
|
||||||
|
@ -287,7 +287,7 @@ public class GnomeKeyring : Store
|
|||||||
public void on_cbuttonShowPassword_toggled(object obj, EventArgs args)
|
public void on_cbuttonShowPassword_toggled(object obj, EventArgs args)
|
||||||
{
|
{
|
||||||
TreeViewColumn tvCol;
|
TreeViewColumn tvCol;
|
||||||
Console.WriteLine("Manojna........");
|
|
||||||
if( tvKeyValue.Model.IterNChildren() > 0 )
|
if( tvKeyValue.Model.IterNChildren() > 0 )
|
||||||
if( true == cbuttonShowPassword.Active)
|
if( true == cbuttonShowPassword.Active)
|
||||||
{
|
{
|
||||||
|
@ -867,7 +867,7 @@ public class MiCasa : Store
|
|||||||
|
|
||||||
TreeModel model;
|
TreeModel model;
|
||||||
TreeIter iter;
|
TreeIter iter;
|
||||||
Console.WriteLine("Manojna........delete");
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if( tvSecretIDMiCasa.Selection.GetSelected (out model, out iter) )
|
if( tvSecretIDMiCasa.Selection.GetSelected (out model, out iter) )
|
||||||
|
Loading…
Reference in New Issue
Block a user